We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53218c9 commit dcc3a09Copy full SHA for dcc3a09
leader.vim
@@ -36,6 +36,8 @@ noremap <Leader>tf :NERDTreeFind<CR>
36
noremap <Leader>gg :Ggrep <C-r><C-w><CR>
37
"" rking/ag.vim
38
noremap <Leader>ag :Ag <C-r><C-w><CR>
39
+"" nazo/pt.vim
40
+noremap <Leader>pt :Pt <C-r><C-w><CR>
41
42
" Gitで変更があるファイルをすべてバッファに入れる
43
function! EditGitModifiedFiles()
plugin.vim
@@ -94,6 +94,7 @@ if dein#load_state(s:dein_dir)
94
95
" grep
96
call dein#add('rking/ag.vim')
97
+ call dein#add('nazo/pt.vim')
98
99
" find
100
call dein#add('ctrlpvim/ctrlp.vim')
0 commit comments