Explain how to map caps to ctrl for wireless keyboards connected to a Steam Link

This commit is contained in:
2023-05-12 18:35:13 -04:00
parent 7b031d3127
commit bb31351404
2 changed files with 12 additions and 2 deletions

7
vimrc
View File

@@ -539,8 +539,11 @@ augroup END
" Lowercase the e (have a habit of making it uppercase).
:ca E e
" Mapping ESC in insert mode and command mode to double i.
imap jj <Esc>
" Bail out of insert mode by double-pressing 'j'.
" Disabling because it's annoying and I now have a keyboard that I can use
" through the Steam Link that lets me map caps to ctrl, so I no longer need
" this.
" imap jj <Esc>
" Suspend vim process and return to the shell. Can return to vim with `fg`.
nnoremap <leader>z <c-z>