tmux keybinds
This commit is contained in:
parent
2dda5b3f0a
commit
91ae67cfa5
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
if status is-interactive
|
||||
bind alt-g '__fish_echo git status'
|
||||
bind ctrl-l '__fish_echo clear'
|
||||
|
||||
if set -q TMUX
|
||||
bind ctrl-h 'tmux select-pane -L'
|
||||
bind ctrl-j 'tmux select-pane -D'
|
||||
bind ctrl-k 'tmux select-pane -U'
|
||||
bind ctrl-l 'tmux select-pane -R'
|
||||
end
|
||||
end
|
||||
|
||||
function fish_greeting
|
||||
|
|
Loading…
Add table
Reference in a new issue