mirror of
1
0
Fork 0

change keymap

This commit is contained in:
root 2015-05-14 09:55:21 +00:00
parent 2cb073a57d
commit a361336a9c
2 changed files with 6 additions and 1 deletions

View File

@ -197,6 +197,7 @@ set tw=500
set ai "Auto indent
set si "Smart indent
set wrap "Wrap lines
set nu
""""""""""""""""""""""""""""""
@ -228,6 +229,10 @@ map <C-k> <C-W>k
map <C-h> <C-W>h
map <C-l> <C-W>l
" Go to home and end using capitalized directions
noremap H ^
noremap L $
" Close the current buffer
map <leader>bd :Bclose<cr>

View File

@ -76,7 +76,7 @@ set grepprg=/bin/grep\ -nH
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Nerd Tree
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:NERDTreeWinPos = "right"
let g:NERDTreeWinPos = "left"
let NERDTreeIgnore = ['\.pyc$']
let g:NERDTreeWinSize=35
map <leader>nn :NERDTreeToggle<cr>