Advertisement
despair0

vim

Mar 3rd, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. ## VIM Help
  2.  
  3. ---
  4. ### RegEx
  5. ---
  6.  
  7.  
  8. * [Vim Regular Expressions 101](http://vimregex.com/)
  9. * [Basic Regular Expressions](http://learnvimscriptthehardway.stevelosh.com/chapters/31.html)
  10. * [Vim Regular Expressions](http://www.softpanorama.org/Editors/Vimorama/vim_regular_expressions.shtml)
  11. * [Vim Regex Capture Groups](http://stackoverflow.com/questions/19902089/vim-regex-capture-groups)
  12. * [Vim - Automatically changing the pair of a changed HTML tag](http://unix.stackexchange.com/questions/168169/vim-automatically-changing-the-pair-of-a-changed-html-tag)
  13. * [Vim: Replace innerHTML inside next (HTML)-Tag](http://webcache.googleusercontent.com/search?q=cache:P_tNmC1nwrsJ:https://snipt.net/kioopi/vim-replace-innerhtml-inside-next-html-tag/+&cd=12&hl=uk&ct=clnk&gl=ua&client=ubuntu)
  14. * [How to jump between matching HTML/XML tags?](http://vi.stackexchange.com/questions/780/how-to-jump-between-matching-html-xml-tags)
  15. * [Jump to matching XML tags in Vim](http://stackoverflow.com/questions/500989/jump-to-matching-xml-tags-in-vim)
  16. * [A quick Guide to VIM](http://www.biochem.ucl.ac.uk/~mckenzie/vim/tutorial.html)
  17. * [A powerful VIM command I never knew about until now.](http://everythingsysadmin.com/2010/09/a-powerful-vim-command-i-never.html)
  18. * [Vim Search and Replace HTML Tags](http://psy.swansea.ac.uk/staff/Carter/Vim/VIMSrchRepl.htm)
  19. * [Delete text in between HTML tags in vim?](http://stackoverflow.com/questions/946188/delete-text-in-between-html-tags-in-vim)
  20. * [Change HTML tag in vim, but keeping the attributes (surround)](http://stackoverflow.com/questions/16340037/change-html-tag-in-vim-but-keeping-the-attributes-surround)
  21. * [Expand regex on multiple lines in Vim](http://unix.stackexchange.com/questions/27321/expand-regex-on-multiple-lines-in-vim)
  22. * [Vim: when matching string across multiple lines using \_. in regex, yank command only works for the first line](http://stackoverflow.com/questions/4290435/vim-when-matching-string-across-multiple-lines-using-in-regex-yank-command)
  23. * [Vim 101: Efficient HTML Editing with Text Objects](http://usevim.com/2013/03/01/vim-101-text-objects-for-html/)
  24. * [Regex / Vim: Matching everything except a pattern, where pattern is multi-line?](http://stackoverflow.com/questions/9280489/regex-vim-matching-everything-except-a-pattern-where-pattern-is-multi-line?rq=1)
  25. * [Multi-line regex in Vim: filtering out blocks of text in a file](http://stackoverflow.com/questions/10076834/multi-line-regex-in-vim-filtering-out-blocks-of-text-in-a-file)
  26. * [How to delete all lines matching a pattern and a line after in Vim?](http://stackoverflow.com/questions/16223054/how-to-delete-all-lines-matching-a-pattern-and-a-line-after-in-vim)
  27. * [Search across multiple lines](http://vim.wikia.com/wiki/Search_across_multiple_lines)
  28. * [Best of Vim Tips](http://rayninfo.co.uk/vimtips.html)
  29. * [A vim Tutorial and Primer](https://danielmiessler.com/study/vim/)
  30.  
  31.  
  32. ---
  33. ### URL
  34. * [Vim plugin to open a shell in a split window](http://superuser.com/questions/247657/vim-plugin-to-open-a-shell-in-a-split-window)
  35. * [conque](http://code.google.com/p/conque/)
  36. * [How to run a terminal inside of vim?](http://stackoverflow.com/questions/1236563/how-to-run-a-terminal-inside-of-vim/2913996#2913996)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement