mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
tmux: update bindings
This commit is contained in:
parent
086ff2354f
commit
104c95c98e
1 changed files with 5 additions and 11 deletions
|
|
@ -63,25 +63,19 @@ bind c new-window -c "#{pane_current_path}"
|
||||||
bind C new-window
|
bind C new-window
|
||||||
|
|
||||||
# organic jumping
|
# organic jumping
|
||||||
bind -n C-h select-window -t 1
|
bind h select-window -t 1
|
||||||
bind -n C-t select-window -t 2
|
bind t select-window -t 2
|
||||||
bind -n C-n select-window -t 3
|
bind n select-window -t 3
|
||||||
bind -n C-s select-window -t 4
|
bind s select-window -t 4
|
||||||
bind -T copy-mode-vi C-h select-window -t 1
|
bind -T copy-mode-vi C-h select-window -t 1
|
||||||
bind -T copy-mode-vi C-t select-window -t 2
|
bind -T copy-mode-vi C-t select-window -t 2
|
||||||
bind -T copy-mode-vi C-n select-window -t 3
|
bind -T copy-mode-vi C-n select-window -t 3
|
||||||
bind -T copy-mode-vi C-s select-window -t 4
|
bind -T copy-mode-vi C-s select-window -t 4
|
||||||
|
|
||||||
# CLOK
|
# CLOK
|
||||||
bind t clock-mode
|
bind C-t clock-mode
|
||||||
set -g clock-mode-style 24
|
set -g clock-mode-style 24
|
||||||
|
|
||||||
# vim-sytle pane jumping
|
|
||||||
bind h select-pane -L
|
|
||||||
bind l select-pane -R
|
|
||||||
bind j select-pane -D
|
|
||||||
bind k select-pane -U
|
|
||||||
|
|
||||||
# unbind built-in select-pane jumping
|
# unbind built-in select-pane jumping
|
||||||
unbind Left
|
unbind Left
|
||||||
unbind Right
|
unbind Right
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue