From a6eb4655e60c612b280030bb55947eb082537961 Mon Sep 17 00:00:00 2001 From: Kyle <76597257+Gitleptune@users.noreply.github.com> Date: Fri, 22 Apr 2022 19:01:40 +0300 Subject: [PATCH] remove: plugins/non-default vim sections --- tools/vim.txt | 264 -------------------------------------------------- 1 file changed, 264 deletions(-) diff --git a/tools/vim.txt b/tools/vim.txt index 12d7b6e..6de9a78 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -352,267 +352,3 @@ q: list command history :%le remove all leading whitespace :%y yank whole file :[range]norm Ihi run a sequence of commands on a range of lines - - -############################################################################## -# PLUGINS > ACK -############################################################################## - - -:Ack Search recursively in directory -o to open (same as enter) -go to preview file (open but maintain focus on ack.vim results) -t to open in new tab -T to open in new tab silently -q to close the quickfix window - - -############################################################################## -# PLUGINS > CHEAT -############################################################################## - - -:Cheat open cheat sheet (with autocomplete) -ch open cheat sheet for word under the cursor - - -############################################################################## -# PLUGINS > GIST -############################################################################## - - -:Gist post whole text to gist -:Gist XXXXX get gist XXXXX -:Gist -l list my gists - - -############################################################################## -# PLUGINS > GUNDO -############################################################################## - - -:GundoToggle show undo tree - - -############################################################################## -# PLUGINS > LUSTYJUGGLER -############################################################################## - - -lj show open buffers - - -############################################################################## -# PLUGINS > NERDCOMMENTER -############################################################################## - - -cc comment out line(s) -c toggle the comment state of the selected line(s) - - -############################################################################## -# PLUGINS > NERDTREE -############################################################################## - - -:NERDTreeToggle show / hide file browser -:NERDTreeFind show current file in file browser -:Bookmark name bookmark the current node as "name" - -FILE ----- - -o open in prev window -go preview -t open in new tab -T open in new tab silently -i open split -gi preview split -s open vsplit -gs preview vsplit - -DIRECTORY ---------- - -o open & close node -O recursively open node -x close parent of node -X close all child nodes of current node recursively -e explore selected dir - -BOOKMARK --------- - -o open bookmark -t open in new tab -T open in new tab silently -D delete bookmark - -TREE NAVIGATION ---------------- - -P go to root -p go to parent -K go to first child -J go to last child - go to next sibling - go to prev sibling - -FILESYSTEM ----------- - -C change tree root to the selected dir -u move tree root up a dir -U move tree root up a dir but leave old root open -r refresh cursor dir -R refresh current root -m show menu -cd change the CWD to the selected dir - -TREE FILTERING --------------- - -I hidden files -f file filters -F files -B bookmarks - -OTHER ------ - -q close the NERDTree window -A zoom (maximize-minimize) the NERDTree window -? toggle help - - -############################################################################## -# PLUGINS > PDV -############################################################################## - - - generate PHP DOC - - -############################################################################## -# PLUGINS > PICKACOLOR -############################################################################## - - -:PickHEX choose color in system color picker - - -############################################################################## -# PLUGINS > SNIPMATE -############################################################################## - - - expand snippet - - -############################################################################## -# PLUGINS > SPARKUP -############################################################################## - - - execute sparkup (zen coding expansion) - jump to the next empty tag / attribute - - -############################################################################## -# PLUGINS > SURROUND -############################################################################## - - -cs'" change surrounding quotes to double-quotes -cs(} change surrounding parens to braces -cs({ change surrounding parens to braces with space -ds' delete surrounding quotes -dst delete surrounding tags -ysiw[ surround inner word with brackets -vees' surround 2 words (ee) with quotes ' - - -############################################################################## -# PLUGINS > TABULAR -############################################################################## - - -:Tabularize /, line the selected lines up on the commas - - -############################################################################## -# PLUGINS > TAGLIST -############################################################################## - - -:TlistToggle open / close taglist window - jump to tag or file - display the tag prototype - - -############################################################################## -# PLUGINS > UNIMPAIRED -############################################################################## - - -[space new line above -]space new line below -[e exchange line above -]e exchange line below -[x XML encode -]x XML decode (with htmlentities) -[q jump to previous quickfix item -]q jump to next quickfix item -[Q jump to first quickfix item -]Q jump to last quickfix item - - -############################################################################## -# PLUGINS > VIM-FUGITIVE -############################################################################## - - -:Git run a git command -:Gstatus git status : - to (un)stage , p to patch, C to commit -:Gcommit git commit -:Gread empty the buffer and revert to the last commit -:Gwrite write the current file and stage the results -:Gmove git mv -:Gremove git rm -:Glog git log -:Gdiff perform a vimdiff against the current file of a certain revision -:Gblame open blame information in a scroll bound vertical splitt -:Gbrowse open github - - -############################################################################## -# PLUGINS > VIM-MARKDOWN-PREVIEW -############################################################################## - - -:Mm preview markdown document in webbrowser - - -############################################################################## -# PLUGINS > VIM-PEEPOPEN -############################################################################## - - -p open the current directory with the peepopen application (fuzzy search) - - -############################################################################## -# PLUGINS > VIM-SYMFONY -############################################################################## - - -:Sview open template file -:Saction open action file -:Smodel open model file -:Sfilter open filter file -:Sform open form file -:Spartial open partial file / write selected content in partial + include -:Scomponent open component file / write selected content in component + include -:Salternate open alternate model file (class - table class) -:Symfony execute task