mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 12:00:30 +01:00
Commented changes in plugins, updated vimwiki, repaired zoom plugin, added
buffergator, updated pythonhelper, removed leftovers
This commit is contained in:
5
.vimrc
5
.vimrc
@@ -168,6 +168,11 @@ autocmd ColorScheme * call <SID>CustomHighlightings()
|
||||
"}}}
|
||||
" DirDiff{{{
|
||||
let g:DirDiffExcludes = "CVS,*.class,*.exe,.*.swp,*.pyc,*.pyo"
|
||||
" Make use of cursor keys
|
||||
nmap <M-Up> [c
|
||||
nmap <M-Down> ]c
|
||||
nmap <C-Up> \dk
|
||||
nmap <C-Down> \d
|
||||
" }}}
|
||||
"}}}
|
||||
"KEYS: User definied keyboard shortcuts {{{
|
||||
|
||||
Reference in New Issue
Block a user