tmux: Don't use vim window shortcut as prefix

This commit is contained in:
Oshgnacknak 2023-12-18 21:19:31 +01:00
parent d884496276
commit 2284512155
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -1,7 +1,7 @@
setw -g mode-keys vi # I especially like being able to search with /,? when in copy-mode setw -g mode-keys vi # I especially like being able to search with /,? when in copy-mode
unbind C-b unbind C-b
set -g prefix C-w set -g prefix C-b
bind C-w send-prefix bind C-b send-prefix
unbind-key j unbind-key j
bind-key j select-pane -D # Similar to 'C-w j' to navigate windows in Vim bind-key j select-pane -D # Similar to 'C-w j' to navigate windows in Vim
unbind-key k unbind-key k