aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stow/tmux/.tmux.conf2
1 files changed, 1 insertions, 1 deletions
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"