Caps lock is bad
This commit is contained in:
parent
044f3167cd
commit
e960373df4
|
@ -77,7 +77,8 @@ set nobackup " sessions handle this quite nicely
|
||||||
set nowritebackup " no but really they do
|
set nowritebackup " no but really they do
|
||||||
set noswapfile " no seriously sessions are cool
|
set noswapfile " no seriously sessions are cool
|
||||||
set timeout " key combo mapping timeout
|
set timeout " key combo mapping timeout
|
||||||
set ttimeoutlen=200 " ms for key combo mapping timeout
|
set ttimeoutlen=100 " ms delay for tapping key combos
|
||||||
|
set timeoutlen=150 " ms for key combo mapping timeout
|
||||||
set isfname+=32 " allow filenames to show them 32s
|
set isfname+=32 " allow filenames to show them 32s
|
||||||
|
|
||||||
" no freakin' bell
|
" no freakin' bell
|
||||||
|
|
|
@ -4,4 +4,4 @@ keycode 66 = Control_L
|
||||||
add Control = Control_L
|
add Control = Control_L
|
||||||
|
|
||||||
! a fake keycode for xcape
|
! a fake keycode for xcape
|
||||||
keycode 999 = Escape
|
keycode 254 = Escape
|
||||||
|
|
|
@ -46,4 +46,5 @@ pacaur --needed -S \
|
||||||
zathura zathura-pdf-mupdf `# Document Viewer` \
|
zathura zathura-pdf-mupdf `# Document Viewer` \
|
||||||
scrot `# Screenshot Tool` \
|
scrot `# Screenshot Tool` \
|
||||||
libinput libinput-gestures `# Trackpad Control` \
|
libinput libinput-gestures `# Trackpad Control` \
|
||||||
|
xcape `# Escape Better` \
|
||||||
--noconfirm --noedit
|
--noconfirm --noedit
|
||||||
|
|
Reference in a new issue