From 7e8970e140b131ec9b8b20ebb0fba54c1357db43 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 26 Jan 2022 20:16:36 +0300 Subject: [PATCH] unimpaired-like quickfix open/close --- vim/.vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 0b8133e..2a97f5c 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -166,6 +166,8 @@ nmap h1 yypVr=o nmap sc 024i-a >8 24a- nmap :vertical wincmd ] nmap ZZ :wall:mksession!:qall +nmap [oc :copen +nmap ]oc :cclose nnoremap command! E Explore -- 2.44.0