Removed obsolete working Alt-key mappings
This commit is contained in:
parent
6b9190861d
commit
c1f6f4b819
1 changed files with 0 additions and 4 deletions
|
@ -50,9 +50,6 @@ let g:lightline = { 'colorscheme': 'solarized' }
|
||||||
let g:clang_format#auto_format = 1
|
let g:clang_format#auto_format = 1
|
||||||
let g:clang_format#enable_fallback_style = 0
|
let g:clang_format#enable_fallback_style = 0
|
||||||
|
|
||||||
" vim-fswitch
|
|
||||||
nmap <ESC>o :FSHere<CR>
|
|
||||||
|
|
||||||
" prosession
|
" prosession
|
||||||
let g:prosession_tmux_title = 1
|
let g:prosession_tmux_title = 1
|
||||||
let g:prosession_per_branch = 1
|
let g:prosession_per_branch = 1
|
||||||
|
@ -60,7 +57,6 @@ let g:prosession_per_branch = 1
|
||||||
" fzf.vim
|
" fzf.vim
|
||||||
nmap <C-P> :Files<CR>
|
nmap <C-P> :Files<CR>
|
||||||
nmap <C-F> :Rg \b<C-R><C-W>\b<CR>
|
nmap <C-F> :Rg \b<C-R><C-W>\b<CR>
|
||||||
nmap <ESC><C-P> :Tags<CR>
|
|
||||||
|
|
||||||
let g:splitopen_set_fzf_keys = 1
|
let g:splitopen_set_fzf_keys = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue