aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2017-09-07 14:41:56 -0600
committerAdam Hovorka <[email protected]>2017-09-07 14:41:56 -0600
commit90b123ee3d94abd1bf3b27290ef496d4567187fe (patch)
tree062afd57c5db62bb90d1b7f9767747b81d47ec21
parent551dcd7b1fedcad024a108892a7ba9f12bb72c0d (diff)
Use colon to enter commands from visual mode too
-rw-r--r--base/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/vimrc b/base/vimrc
index 3a4b16a..d23abae 100644
--- a/base/vimrc
+++ b/base/vimrc
@@ -12,7 +12,7 @@ au FocusLost * :wa
nnoremap ,, ,
let mapleader=","
nnoremap <leader>; ;
-nnoremap ; :
+noremap ; :
" Highlighting ====----
syntax on