File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ Plugin 'dhruvasagar/vim-table-mode' " VIM Table Mode for instant table cre
174
174
Plugin ' rhysd/clever-f.vim' " Extended f, F, t and T key mappings for Vim
175
175
Plugin ' voldikss/vim-floaterm' " Terminal manager for (neo)vim
176
176
Plugin ' hotoo/pangu.vim' " Chinese copywriting guidelines for better written communication
177
+ Plugin ' ivalkeen/vim-ctrlp-tjump' " CtrlP extension for fuzzy-search in tag matches (:tjump replacement).
177
178
178
179
call vundle#end () " All of your Plugins must be added before this line
179
180
@@ -377,3 +378,11 @@ au FileType markdown nmap <leader>y :Pangu<cr>
377
378
nnoremap <C-q> :silent! FloatermToggle<CR>
378
379
tnoremap <C-q> <C-\><C-n> :FloatermToggle<CR>
379
380
381
+ " =========================================================
382
+ " Configuration ivalkeen/vim-ctrlp-tjump
383
+ " python jump to definition
384
+ command ! Stjump execute ' stjump' expand (' <cword>' )
385
+ au FileType python nmap <leader> m :!ctags --languages=Python -R -f ./tags $(pipenv --venv) .<CR>
386
+ au FileType python nmap <leader> s :Stjump<CR>
387
+ au FileType python nmap <leader> d :CtrlPtjump<CR>
388
+
You can’t perform that action at this time.
0 commit comments