aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-10-21 10:54:25 -0600
committerCody Hiar <cody@hiar.ca>2021-10-21 10:54:25 -0600
commit5859c5812f75d1714b79272139d2c4df5031e569 (patch)
tree545717db187d2e8d250385bbcc073b9749e55246
parentbadbf2a2be7344b8d968a5e06b16143da44bf171 (diff)
Use c-f for copy mode instead
-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"