diff options
author | DrNuget <drnuget@outlook.com> | 2025-02-08 18:32:36 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-02-08 18:32:36 +0200 |
commit | 0c5ae5efd13070523d39d4d6e75d50349f02ac68 (patch) | |
tree | 0b968bc6c7950ca4a99863a8d90e082b0bd5470c | |
parent | d25a662b22aaa4301799c35d55202675ca6fb144 (diff) |
tmux.conf add paste bind
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ set -g status-bg black setw -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'y' send -X copy-selection +bind p pasteb # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator |