bdeshi.space

badly expressed


Sketches


Vim Fingers

vim-fingers

a common solution is to make caps-lock act as an extra escape. but ive hijacked that key as a push-to-talk button, so im using xcape to make single press of ctrl to emit an escape key press.

another nice option for vim is remapping kj as escape:

set timeoutlen=500
inoremap kj <esc>
vnoremap kj <esc>