From 3d4416658c2e830546f81eb9e5a43266a848608a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 19 Oct 2011 15:23:55 +0200 Subject: [Vim] normal bindings --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 700b231..d5545c3 100644 --- a/vimrc +++ b/vimrc @@ -46,7 +46,7 @@ noremap noremap "Macros -map :source ~/.vim/bépo +nmap :source ~/.vim/bépo " folding set foldmethod=indent @@ -63,7 +63,7 @@ map za map :setlocal invfoldenable "buffer moving -map :bN +nmap :bN " When editing a file, always jump to the last known cursor position. " Don't do it when the position is invalid or when inside an event handler @@ -123,7 +123,7 @@ map Y yyp:s/[^ ]/=/g:noh map Q :s/^/> / map q :s/^[ ]*>[ ]*// -map u :noh +map u :noh runtime! ftplugin/man.vim map K :Man =expand("") -- cgit v1.2.3