Merge branch 'master' of github.com:darkelfe/consoleConfig

master
Julien Rosset 11 years ago
commit b51f63854b

@ -23,3 +23,5 @@
[core]
editor = vim
autocrlf = false
[push]
default = simple

@ -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'

@ -13,6 +13,9 @@ if has('x11') && has('clipboard')
:imap <F10> <Esc>"+pi
endif
:nmap <C-y> :echo "id : '".synID(line("."), col("."), 0)."' - group : '".synIDattr(synID(line("."), col("."), 0), "name")."' - color : '".synIDattr(synIDtrans(synID(line("."), col("."), 0)), "name")."'"<CR>
:nmap <S-y> :echo "id : '".synID(line("."), col("."), 1)."' - group : '".synIDattr(synID(line("."), col("."), 1), "name")."' - color : '".synIDattr(synIDtrans(synID(line("."), col("."), 1)), "name")."'"<CR>
" Opérations standards
" Sauvegarder
:nmap <silent> <C-s> :w<CR>

Loading…
Cancel
Save