From: Silvio Rhatto Date: Tue, 30 Jul 2024 23:19:32 +0000 (-0300) Subject: Fix: comment out some conflicting abbreviations X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7bddb0157c8b682fc89c59cb0402aaf5ffbed482;p=rhatto%2Fdotfiles%2Fvim.git Fix: comment out some conflicting abbreviations --- 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()