diff options
author | Adam Hovorka <[email protected]> | 2017-09-07 14:41:56 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2017-09-07 14:41:56 -0600 |
commit | 90b123ee3d94abd1bf3b27290ef496d4567187fe (patch) | |
tree | 062afd57c5db62bb90d1b7f9767747b81d47ec21 /base | |
parent | 551dcd7b1fedcad024a108892a7ba9f12bb72c0d (diff) |
Use colon to enter commands from visual mode too
Diffstat (limited to 'base')
-rw-r--r-- | base/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ au FocusLost * :wa nnoremap ,, , let mapleader="," nnoremap <leader>; ; -nnoremap ; : +noremap ; : " Highlighting ====---- syntax on |