Remap Q to execute macro

Previously mapped to ex mode, which I don't need as a quick access
mapping.
This commit is contained in:
Marty Oehme 2020-01-07 14:05:24 +01:00
parent 05af92a2e5
commit 8257919fda

View file

@ -15,6 +15,10 @@ nnoremap <BS> <C-^>
" since u undoes, would it not make sense that U redoes?
nnoremap U <C-r>
" I don't particularly need ex mode (at least, yet) but faster macro access
" is nice
nnoremap Q @
" stronger versions of left,right - move all the way to beginning/end of line
nnoremap H ^
nnoremap L $