Skip to content

Commit

Permalink
tmux: add a few function keys shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Sep 29, 2023
1 parent 74e1ed7 commit 1dd17ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dot_tmux.conf.local
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set -g @tpm_plugins ' \

set -g history-limit 10000
set-option -s set-clipboard off
bind-key -n S-F5 copy-mode -u

# set-clipboard on
set-option -g mouse on
Expand Down Expand Up @@ -283,6 +282,12 @@ set -g mode-keys vi
# unbind C-b
# set -g prefix C-a
bind C-Space send-prefix
bind-key -n F1 switch-client -Tprefix
bind-key -n F2 next-window
bind-key -n F3 select-pane -t :.+
bind-key -n F4 copy-mode
bind-key -n S-F4 copy-mode -u
bind-key -n F5 choose-tree -w

set -gu prefix2
unbind C-a
Expand Down

0 comments on commit 1dd17ab

Please sign in to comment.