Removed obsolete working Alt-key mappings

main
mandlm 2019-10-22 17:41:58 +02:00
parent 6b9190861d
commit c1f6f4b819
1 changed files with 0 additions and 4 deletions

View File

@ -50,9 +50,6 @@ let g:lightline = { 'colorscheme': 'solarized' }
let g:clang_format#auto_format = 1
let g:clang_format#enable_fallback_style = 0
" vim-fswitch
nmap <ESC>o :FSHere<CR>
" prosession
let g:prosession_tmux_title = 1
let g:prosession_per_branch = 1
@ -60,7 +57,6 @@ let g:prosession_per_branch = 1
" fzf.vim
nmap <C-P> :Files<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