# vim-keys A cheat sheet for my vim customizations --- ## Spelling `-p` - auto-complete spelling suggestions `` - toggle spellcheck ## Highlights `` - turn off search highlight `C` - toggle row/column cursor ## Buffers `H` - to move to previous BUFFER `L` - to move to next BUFFER `J` - to move to lower PANE `K` - to move to upper PANE `s` - to save buffer `c` - to close buffer `a` - to abandon unsaved buffer `x` - bring up the copy buffer `` - refresh buffer `r` - open registers ## FZF `f` - open FZF files `b` - open FZF buffers ## Text bubbling (http://vimcasts.org/episodes/bubbling-text/) After text selection (``) `k` - bubble up `j` - bubble down ## Date and Time stamps `` - insert %Y-%m-%d %H:%M:%S `` - insert %Y-%m-%d %a `` - insert %H:%M ## Snippets pre-made files inserted from `.vim/templates` `,sh` - insert shell header `,md` - insert markdown header `,ban` - insert ASCII banner