diff --git a/vimrc b/vimrc index 3dcd39b..6551047 100755 --- a/vimrc +++ b/vimrc @@ -116,8 +116,8 @@ map :split map :vsplit " Navigation " Détails sur les buffers: http://vim-fr.org/index.php/Buffer -map t :bp -map s :bn +"map p :bp +"map s :bn map b :b "Navigation splits @@ -126,6 +126,9 @@ map h h map k k map l l +" Save with sudo permissions +nmap s :w !sudo tee % +imap s :w !sudo tee % """""""""""""""""""""""""""""""""""""""""""""""" " UN PEU D'EXERCICE