]> git.rmz.io Git - dotfiles.git/commitdiff
vim: fix comment
authorSamir Benmendil <me@rmz.io>
Tue, 23 Aug 2016 08:12:25 +0000 (09:12 +0100)
committerSamir Benmendil <me@rmz.io>
Tue, 23 Aug 2016 08:12:25 +0000 (09:12 +0100)
vim/vimrc

index b96d24c6fb726b40db7aff9e7798e465eff25d5b..c6aee808e02f8389f501dee99b7b13826d64b4d5 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -326,7 +326,7 @@ command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) |
 
 " bindings {{{1
 
 
 " bindings {{{1
 
-" allow both <space> and / to be <leader>
+" allow both <space> and \ to be <leader>
 map <space> <leader>
 
 " make
 map <space> <leader>
 
 " make