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:
parent
05af92a2e5
commit
8257919fda
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ nnoremap <BS> <C-^>
|
||||||
" since u undoes, would it not make sense that U redoes?
|
" since u undoes, would it not make sense that U redoes?
|
||||||
nnoremap U <C-r>
|
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
|
" stronger versions of left,right - move all the way to beginning/end of line
|
||||||
nnoremap H ^
|
nnoremap H ^
|
||||||
nnoremap L $
|
nnoremap L $
|
||||||
|
|
Loading…
Reference in a new issue