From e37fc135e28b668f82a2eb4f93ef9518c3b2fe91 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 20 Oct 2021 12:50:39 +0200 Subject: add quickfix filter --- vim-new/init.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim-new/init.vim') diff --git a/vim-new/init.vim b/vim-new/init.vim index 69c7014..f2fddd6 100644 --- a/vim-new/init.vim +++ b/vim-new/init.vim @@ -209,6 +209,8 @@ nmap b :Buffers| " fuzzy find an open buffer nmap a :Rg | " fuzzy find text in the working directory nmap c :Commands| " fuzzy find Vim commands (like Ctrl-Shift-P in Sublime/Atom/VSC) nmap t :Tags| " fuzzy find tags + +nmap q :call setqflist(filter(getqflist(),"v:val['type'] == 'E'")) " }}} let g:fzf_layout = { 'down': '~40%' } -- cgit v1.2.3