From 0c5ae5efd13070523d39d4d6e75d50349f02ac68 Mon Sep 17 00:00:00 2001 From: DrNuget Date: Sat, 8 Feb 2025 18:32:36 +0200 Subject: tmux.conf add paste bind --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3