diff --git a/gitconfig b/gitconfig index 8847e56..4da780c 100644 --- a/gitconfig +++ b/gitconfig @@ -23,3 +23,5 @@ [core] editor = vim autocrlf = false +[push] + default = simple diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 6898d4d..5b9b679 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -27,6 +27,7 @@ Plugin 'jelera/vim-javascript-syntax' Plugin 'othree/javascript-libraries-syntax.vim' "Plugin 'darkelfe/vim-highlight' +"Plugin 'file:///home/darkelfe/Git/vim-highlight' " Thème Plugin 'tomasr/molokai' diff --git a/vim/config/shorcuts.vim b/vim/config/shorcuts.vim index 7cac9d5..de1753e 100644 --- a/vim/config/shorcuts.vim +++ b/vim/config/shorcuts.vim @@ -13,6 +13,9 @@ if has('x11') && has('clipboard') :imap "+pi endif +:nmap :echo "id : '".synID(line("."), col("."), 0)."' - group : '".synIDattr(synID(line("."), col("."), 0), "name")."' - color : '".synIDattr(synIDtrans(synID(line("."), col("."), 0)), "name")."'" +:nmap :echo "id : '".synID(line("."), col("."), 1)."' - group : '".synIDattr(synID(line("."), col("."), 1), "name")."' - color : '".synIDattr(synIDtrans(synID(line("."), col("."), 1)), "name")."'" + " Opérations standards " Sauvegarder :nmap :w