Explain how to map caps to ctrl for wireless keyboards connected to a Steam Link
This commit is contained in:
7
vimrc
7
vimrc
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user