]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
vim: add <leader>uc mapping for unite-qf
authorR. Steve McKown <rsmckown@gmail.com>
Mon, 18 Jan 2016 04:25:08 +0000 (21:25 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 18 Jan 2016 04:25:08 +0000 (21:25 -0700)
Not sure if this is going to be worth keeping

vim/vimrc

index 9007208d583cf8a889370a12d58e06c08115c271..3206b2013604f5fe104bccc4d296680f908c6f04 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -424,6 +424,7 @@ nnoremap <leader>uy :<C-u>Unite -no-split -buffer-name=yank history/yank<cr>
 nnoremap <leader>ub :<C-u>Unite -no-split -start-insert -buffer-name=buffer buffer<cr>
 nnoremap <leader>uo :<C-u>Unite -no-split -start-insert -buffer-name=outline outline<cr>
 nnoremap <leader>ul :<C-u>Unite -no-split -start-insert -buffer-name=lines line<cr>
+nnoremap <leader>uc :<C-u>Unite -no-split -buffer-name=quicklist qf<cr>
 nnoremap <leader>: :<C-u>Unite -start-insert -direction=dynamicbottom -buffer-name=command history/command<cr>
 nnoremap <leader>/ :<C-u>Unite -start-insert -direction=dynamicbottom -buffer-name=search history/search<cr>