Created
July 6, 2022 19:21
-
-
Save jcreamer898/abc2a783bf1602b9aaa4cdf9c85fd073 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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