Tag Archive


android arduino Aruba brewing CompaniesIHate daily emails efficiency Food git GNUseful incomplete thoughts linux lxc Mac mashing mobile pogo price comparisons PuTTY reference smarthome SSL Technology tips and tricks todo to read ubiquiti useful Mac links vim Windows

vi/vim Graphical Cheat Sheet

http://www.viemu.com/vi-vim-cheat-sheet.gif

Copy search matches – Vim Tips Wiki

http://vim.wikia.com/wiki/Copy_search_matches#Copy_matches_or_lines One I’m always having to look up:  find all lines with a pattern match within a file and copy them to the clipboard/a register. qaq :g/pattern/y A :let @+ = @a