commit 831c1904f2cdd0e96e98122560cf58c90f863c15
parent 8bd5a555f7989e5f0ee123af7ab62b4bbad070a0
Author: Remy Noulin <loader2x@gmail.com>
Date: Mon, 23 Jul 2018 10:39:51 +0200
vim: map ; to :
dotfiles/.vimrc | 3 +++
1 file changed, 3 insertions(+)
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc
@@ -207,3 +207,6 @@ inoremap <F2> <Esc>[i
" <F4> to save current file
nnoremap <F4> :w<CR>
inoremap <F4> <c-o>:w<CR>
+
+" ; for commands
+nnoremap ; :