Add amfora

This commit is contained in:
Smirnov Alexander 2021-04-02 19:52:57 +03:00
parent 3bad265983
commit a4eeb45201
6 changed files with 94 additions and 18 deletions

View file

@ -20,17 +20,18 @@ set-option -sa terminal-overrides ",*:Tc"
## HOME/END key support
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"
bind-key -n End send Escape "OF"
## Reload config
bind r source-file ~/.tmux.conf \; display 'Reloaded tmux config'
## Vim keys for change/resize window
## Vim keys for change window
bind -r h select-pane -L
bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -R
## Vim keys for resize window
bind -r H resize-pane -L 2
bind -r J resize-pane -D 2
bind -r K resize-pane -U 2