]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Fix: comment out some conflicting abbreviations
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Jul 2024 23:19:32 +0000 (20:19 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Jul 2024 23:19:32 +0000 (20:19 -0300)
vim.dot.link/plugin/nerdtree_customizations.vim

index 430d8bccf04363499ea36ebb4be072cf7dc9eb9c..1cbb207c0fec635489f6519c3b5fba189329a0e8 100644 (file)
@@ -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(<f-args>)
 command -nargs=1 -complete=customlist,nerdtree#completeBookmarks B :call TabNewBookmark(<f-args>)
 command -nargs=0 OpenNERDTree :call OpenNERDTree()