From 5859c5812f75d1714b79272139d2c4df5031e569 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 21 Oct 2021 10:54:25 -0600 Subject: Use c-f for copy mode instead --- stow/tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 5cbf1ad..bf4fb10 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -35,7 +35,7 @@ bind a set-window-option synchronize-panes bind C-b resize-pane -Z # I constantly mix up copy/paste. Very annoying/dangerous if cliboard has commands in it unbind [ -bind C-g copy-mode +bind C-f copy-mode # Tmux copy commands bind -Tcopy-mode-vi v send -X begin-selection bind -Tcopy-mode-vi y send -X copy-pipe-and-cancel "tmux save-buffer - | xp" -- cgit v1.2.3