commit 21da3f9ebef5e24c4a8a0a1cac732f4afedb2ebe
parent 831c1904f2cdd0e96e98122560cf58c90f863c15
Author: Remy Noulin <loader2x@gmail.com>
Date: Thu, 26 Jul 2018 11:37:02 +0200
vim: add F1, ;; and ` for Esc and Space for insert mode
dotfiles/.vimrc | 6 ++++++
1 file changed, 6 insertions(+)
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc
@@ -210,3 +210,9 @@ inoremap <F4> <c-o>:w<CR>
" ; for commands
nnoremap ; :
+
+imap <F1> <Esc>`^
+vmap <F1> <Esc>`^
+imap ;; <Esc>`^
+vmap ` <Esc>
+nmap <Space> i