got rid of vim esc delay
This commit is contained in:
parent
96c0b3e15c
commit
886e22e1cf
4 changed files with 7 additions and 6 deletions
BIN
.swp
Normal file
BIN
.swp
Normal file
Binary file not shown.
|
|
@ -39,3 +39,6 @@ bind a resize-pane -Z
|
||||||
# Shift arrow to switch windows
|
# Shift arrow to switch windows
|
||||||
bind -n C-S-Space previous-window
|
bind -n C-S-Space previous-window
|
||||||
bind -n C-Space next-window
|
bind -n C-Space next-window
|
||||||
|
|
||||||
|
# Remove escape delay
|
||||||
|
set -s escape-time 0
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,3 @@
|
||||||
let g:netrw_dirhistmax =10
|
let g:netrw_dirhistmax =10
|
||||||
let g:netrw_dirhistcnt =5
|
let g:netrw_dirhist_cnt =1
|
||||||
let g:netrw_dirhist_5='/home/green/.vim'
|
let g:netrw_dirhist_1='/home/green/lisp_games/croatoan-test'
|
||||||
let g:netrw_dirhist_4='/home/green/.newsboat'
|
|
||||||
let g:netrw_dirhist_3='/home/green/.config/sxhkd'
|
|
||||||
let g:netrw_dirhist_2='/home/green/.newsboat'
|
|
||||||
let g:netrw_dirhist_1='/home/green/.config/sxhkd'
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,8 @@
|
||||||
set winminheight=10 " Hard minimum window height (inactive)
|
set winminheight=10 " Hard minimum window height (inactive)
|
||||||
set winwidth=80 " Window width for current window
|
set winwidth=80 " Window width for current window
|
||||||
set winminwidth=30 " Hard minimum for window width
|
set winminwidth=30 " Hard minimum for window width
|
||||||
|
set timeoutlen=1000
|
||||||
|
set ttimeoutlen=0
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue