From 7bddb0157c8b682fc89c59cb0402aaf5ffbed482 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 30 Jul 2024 20:19:32 -0300 Subject: Fix: comment out some conflicting abbreviations --- vim.dot.link/plugin/nerdtree_customizations.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.dot.link/plugin/nerdtree_customizations.vim b/vim.dot.link/plugin/nerdtree_customizations.vim index 430d8bc..1cbb207 100644 --- a/vim.dot.link/plugin/nerdtree_customizations.vim +++ b/vim.dot.link/plugin/nerdtree_customizations.vim @@ -43,11 +43,11 @@ endfunction " }}} " Shortcuts {{{ -cnoreabbrev t NERDTree -cnoreabbrev b NERDTreeFromBookmark -cnoreabbrev s OpenSession -cnoreabbrev sload OpenSession -cnoreabbrev ssave SaveSession +"cnoreabbrev t NERDTree +"cnoreabbrev b NERDTreeFromBookmark +"cnoreabbrev s OpenSession +"cnoreabbrev sload OpenSession +"cnoreabbrev ssave SaveSession command -nargs=1 -complete=dir T :call TabNew() command -nargs=1 -complete=customlist,nerdtree#completeBookmarks B :call TabNewBookmark() command -nargs=0 OpenNERDTree :call OpenNERDTree() -- cgit v1.2.3