Re-mapped navigation keys

main
mandlm 2018-11-16 23:15:59 +01:00
parent 8b66bc71ef
commit fdc54bd0a5
1 changed files with 6 additions and 2 deletions

View File

@ -30,8 +30,9 @@ set number
" always enable status line
set laststatus=2
" search upwards for tags file
" ctags config
set tags=./tags;
nnoremap <F2> <C-]>
" youcomleteme config
let g:ycm_autoclose_preview_window_after_insertion = 1
@ -47,8 +48,11 @@ let g:airline_solarized_bg='dark'
autocmd BufWritePre *.py execute ':Black'
" vim-fswitch
nmap <F5> :FSHere<CR>
nmap <ESC>o :FSHere<CR>
" vim-colors-solarized
set background=dark
colorscheme solarized
" CtrlP
nmap <ESC><C-P> :CtrlPTag<CR>