aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 5908e2c..e8603ee 100644
--- a/vimrc
+++ b/vimrc
@@ -467,6 +467,9 @@
" 2020.09.22:
" * Add i_^r^f mapping to insert the current filename.
"
+" 2020.09.24:
+" * Add <leader>db to open buffers with Pick and :TBuffer.
+"
" Pathogen
@@ -636,6 +639,8 @@ nnoremap <leader>bs :call PickCommand(PickBufferListCommand(), "", ":split")<cr>
nnoremap <leader>bv :call PickCommand(PickBufferListCommand(), "", ":vsplit")<cr>
nnoremap <leader>bt :call PickCommand(PickBufferListCommand(), "", ":tabedit")<cr>
nnoremap <leader>d] :call PickTag()<cr>
+nnoremap <leader>db
+ \ :call PickCommand(PickBufferListCommand(), '', ':TBuffer')<cr>
" PreserveNoEOL