From a69c162cececb66e9daf6ea8eb98e510c62a60cd Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 4 Dec 2020 21:07:16 +0100 Subject: [PATCH] vim: add explore mapping --- my_configs.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/my_configs.vim b/my_configs.vim index 2807a16..0cb3fb7 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -160,9 +160,8 @@ nmap A :ALEGoToDefinition nmap n :ALEFindReferences nmap h :ALEHover nmap r :ALERename - nmap t :CtrlPTag - +nmap \ :Explore " Add shortcuts to yank/paste to unnamed/unnamedplus clipboards noremap y "*y noremap p "*p