summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-02-08 18:32:36 +0200
committerDrNuget <drnuget@outlook.com>2025-02-08 18:32:36 +0200
commit0c5ae5efd13070523d39d4d6e75d50349f02ac68 (patch)
tree0b968bc6c7950ca4a99863a8d90e082b0bd5470c
parentd25a662b22aaa4301799c35d55202675ca6fb144 (diff)
tmux.conf add paste bind
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 6005506..9b5ce8d 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -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