mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add amfora
This commit is contained in:
parent
3bad265983
commit
a4eeb45201
6 changed files with 94 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue