Bind ' to run macros

This commit is contained in:
Kevin MacMartin 2021-09-17 15:24:17 -04:00
parent 133987cbfd
commit 52e363521f

View file

@ -188,6 +188,9 @@
" <Leader>< | (V) -> un-indent all the lines currently selected
" <Leader>< | (N) -> un-indent the current line
"
" (macros)
" ' | (N) -> run a macro
"
" (movement)
" = | (N) -> go to the first char on the next line
" _ | (N) -> go to the first char on the previous line
@ -701,6 +704,10 @@
nnoremap <Leader>< v<gv<Esc>
"}
"MACROS:{
nnoremap ' @
"}
"MOVEMENT:{
"additional mappings for easier access
nnoremap = +