I use colon (command mode) far more than semicolon (repeat any of fFtT)
parent
4ce3c4e502
commit
ea0780c05b
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
" Swaps semi colon to colon in normal mode |
||||||
|
nnoremap ; : |
||||||
|
nnoremap : ; |
||||||
|
|
||||||
|
" Swaps semi colon to colon in visual mode |
||||||
|
vnoremap ; : |
||||||
|
vnoremap : ; |
Loading…
Reference in new issue