Use default keybinds
This commit is contained in:
parent
26ee7aeb0e
commit
2a9e245e2b
1 changed files with 0 additions and 7 deletions
|
|
@ -7,19 +7,12 @@ set -g default-shell /bin/bash
|
||||||
# see https://github.com/neovim/neovim/issues/2035
|
# see https://github.com/neovim/neovim/issues/2035
|
||||||
set -sg escape-time 10 # in milliseconds
|
set -sg escape-time 10 # in milliseconds
|
||||||
|
|
||||||
# split panes using | and -
|
|
||||||
bind | split-window -h
|
|
||||||
bind - split-window -v
|
|
||||||
|
|
||||||
# vim style pane switching
|
# vim style pane switching
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
bind l select-pane -R
|
bind l select-pane -R
|
||||||
|
|
||||||
unbind '"'
|
|
||||||
unbind %
|
|
||||||
|
|
||||||
# status bar design
|
# status bar design
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g status-left-length 60
|
set -g status-left-length 60
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue