1
Fork 0

Tmux and fish keybind changes/additions

This commit is contained in:
Matei Adriel 2023-02-27 19:47:06 +01:00
parent dce8f5be8e
commit 50668b54d7
No known key found for this signature in database
3 changed files with 23 additions and 9 deletions
home/adrielus/features/cli/tmux

View file

@ -23,9 +23,8 @@ bind - split-window -v
unbind '"'
unbind %
# }}}
# {{{ Zoom with C-z
unbind C-z
bind -n C-z resize-pane -Z
# {{{ Zoom with M-z
bind -n M-z resize-pane -Z
# }}}
# {{{ Vim-mode
set-window-option -g mode-keys vi