Skip to content

Instantly share code, notes, and snippets.

@jcreamer898
Created July 6, 2022 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcreamer898/abc2a783bf1602b9aaa4cdf9c85fd073 to your computer and use it in GitHub Desktop.
Save jcreamer898/abc2a783bf1602b9aaa4cdf9c85fd073 to your computer and use it in GitHub Desktop.
set-option -g mouse on
setw -g mode-keys vi
set -g history-limit 20000
#bind P paste-buffer
#bind-key -T copy-mode-vi v send-keys -X begin-selection
#bind-key -T copy-mode-vi y send-keys -X rectangle-toggle
#unbind -T copy-mode-vi Enter
#bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i'
#bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -i'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment