Re-mapped navigation keys
This commit is contained in:
parent
8b66bc71ef
commit
fdc54bd0a5
1 changed files with 6 additions and 2 deletions
|
@ -30,8 +30,9 @@ set number
|
||||||
" always enable status line
|
" always enable status line
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
||||||
" search upwards for tags file
|
" ctags config
|
||||||
set tags=./tags;
|
set tags=./tags;
|
||||||
|
nnoremap <F2> <C-]>
|
||||||
|
|
||||||
" youcomleteme config
|
" youcomleteme config
|
||||||
let g:ycm_autoclose_preview_window_after_insertion = 1
|
let g:ycm_autoclose_preview_window_after_insertion = 1
|
||||||
|
@ -47,8 +48,11 @@ let g:airline_solarized_bg='dark'
|
||||||
autocmd BufWritePre *.py execute ':Black'
|
autocmd BufWritePre *.py execute ':Black'
|
||||||
|
|
||||||
" vim-fswitch
|
" vim-fswitch
|
||||||
nmap <F5> :FSHere<CR>
|
nmap <ESC>o :FSHere<CR>
|
||||||
|
|
||||||
" vim-colors-solarized
|
" vim-colors-solarized
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
|
||||||
|
" CtrlP
|
||||||
|
nmap <ESC><C-P> :CtrlPTag<CR>
|
||||||
|
|
Loading…
Reference in a new issue