From cb42f617cab1ea52fa43a12f21b93750b9b892b6 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sun, 17 Jan 2016 21:25:08 -0700 Subject: [PATCH] vim: add uc mapping for unite-qf Not sure if this is going to be worth keeping --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index 9007208..3206b20 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -424,6 +424,7 @@ nnoremap uy :Unite -no-split -buffer-name=yank history/yank nnoremap ub :Unite -no-split -start-insert -buffer-name=buffer buffer nnoremap uo :Unite -no-split -start-insert -buffer-name=outline outline nnoremap ul :Unite -no-split -start-insert -buffer-name=lines line +nnoremap uc :Unite -no-split -buffer-name=quicklist qf nnoremap : :Unite -start-insert -direction=dynamicbottom -buffer-name=command history/command nnoremap / :Unite -start-insert -direction=dynamicbottom -buffer-name=search history/search -- 2.39.2