From 1e5bd3255d9646889829de0e322c3f9a2e5728ce Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 26 May 2022 17:42:31 -0700 Subject: [PATCH] add qf.vim --- .vim/after/ftplugin/qf.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/after/ftplugin/qf.vim diff --git a/.vim/after/ftplugin/qf.vim b/.vim/after/ftplugin/qf.vim new file mode 100644 index 0000000..895d7ac --- /dev/null +++ b/.vim/after/ftplugin/qf.vim @@ -0,0 +1,3 @@ +nmap { (qf_previous_file) +nmap } (qf_next_file) +nmap dd .Reject