Add simpler navigation
This commit is contained in:
parent
82604bbe81
commit
40706f22b1
5 changed files with 54 additions and 21 deletions
3
.vimrc
3
.vimrc
|
|
@ -172,7 +172,7 @@ endf
|
|||
nn <C-g> :call JumpToDef()<cr>
|
||||
ino <C-g> <esc>:call JumpToDef()<cr>i
|
||||
|
||||
nmap <C-a> :MerlinTypeOf<cr>
|
||||
nmap <C-t> :MerlinTypeOf<cr>
|
||||
|
||||
" replace currently selected text with default register
|
||||
" without yanking it
|
||||
|
|
@ -243,6 +243,7 @@ Plug 'kien/ctrlp.vim'
|
|||
Plug 'udalov/kotlin-vim'
|
||||
Plug 'ervandew/supertab'
|
||||
Plug 'simnalamburt/vim-mundo'
|
||||
Plug 'christoomey/vim-tmux-navigator'
|
||||
"Plug 'baabelfish/nvim-nim'
|
||||
call plug#end()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue