Monday, December 22, 2014

formatting notes for blogger

Vim

Disable search wrapping (temporarily for vim script)

https://groups.yahoo.com/neo/groups/vim/conversations/topics/33407

Recursive macros

http://vim.wikia.com/wiki/Record_a_recursive_macro

Try/catch blocks for vim script?

http://superuser.com/questions/319048/vim-continue-macro-after-error-in-submacro

Search patterns

http://vim.wikia.com/wiki/Search_across_multiple_lines

Regexp

Reference manual

http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap09.html

Using "and" blocks for regular expressions

http://stackoverflow.com/questions/469913/regular-expressions-is-there-an-and-operator

Emmet

Reference highlighted material in an abbreviation (like creating anchor tags for hyperlinks).

http://docs.emmet.io/actions/wrap-with-abbreviation/


  a[href=$#]{$#}

Additional references:

Cheat sheet

http://docs.emmet.io/cheat-sheet/

No comments:

Post a Comment