From f11697bf39d6ae7142577239afae081a92a46965 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Mon, 25 Jul 2022 19:59:59 +0100 Subject: [PATCH] chore(vim): remove command-t from loading start using ivy.nvim --- site-modules/core/files/vim/init.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/site-modules/core/files/vim/init.vim b/site-modules/core/files/vim/init.vim index 1138053..04b7cef 100644 --- a/site-modules/core/files/vim/init.vim +++ b/site-modules/core/files/vim/init.vim @@ -43,9 +43,6 @@ set noswapfile " Disable line wrapping set nowrap -packadd! command-t - -noremap p :CommandT noremap q :bdelete noremap fs :w