Update .vim/vim-keys-help.md
Updated markdown with bullets, so it displays nicely in Gitea/GitHub
This commit is contained in:
@@ -6,50 +6,51 @@ A cheat sheet for my vim customizations
|
|||||||
|
|
||||||
## Spelling
|
## Spelling
|
||||||
|
|
||||||
`<ctrl>-p` - auto-complete spelling suggestions
|
* `<ctrl>-p` - auto-complete spelling suggestions
|
||||||
`<F10>` - toggle spellcheck
|
* `<F10>` - toggle spellcheck
|
||||||
|
|
||||||
## Highlights
|
## Highlights
|
||||||
|
|
||||||
`<leader><leader>` - turn off search highlight
|
* `<leader><leader>` - turn off search highlight
|
||||||
`<Leader>C` - toggle row/column cursor
|
* `<Leader>C` - toggle row/column cursor
|
||||||
|
|
||||||
## Buffers
|
## Buffers
|
||||||
|
|
||||||
`<ctrl>H` - to move to previous BUFFER
|
* `<ctrl>H` - to move to previous BUFFER
|
||||||
`<ctrl>L` - to move to next BUFFER
|
* `<ctrl>L` - to move to next BUFFER
|
||||||
`<ctrl>J` - to move to lower PANE
|
* `<ctrl>J` - to move to lower PANE
|
||||||
`<ctrl>K` - to move to upper PANE
|
* `<ctrl>K` - to move to upper PANE
|
||||||
|
|
||||||
`<leader>s` - to save buffer
|
* `<leader>s` - to save buffer
|
||||||
`<leader>c` - to close buffer
|
* `<leader>c` - to close buffer
|
||||||
`<leader>a` - to abandon unsaved buffer
|
* `<leader>a` - to abandon unsaved buffer
|
||||||
|
|
||||||
`<leader>x` - bring up the copy buffer
|
* `<leader>x` - bring up the copy buffer
|
||||||
`<F5>` - refresh buffer
|
* `<F5>` - refresh buffer
|
||||||
|
|
||||||
`<leader>r` - open registers
|
* `<leader>r` - open registers
|
||||||
|
|
||||||
## FZF
|
## FZF
|
||||||
|
|
||||||
`<leader>f` - open FZF files
|
* `<leader>f` - open FZF files
|
||||||
`<leader>b` - open FZF buffers
|
* `<leader>b` - open FZF buffers
|
||||||
|
|
||||||
## Text bubbling (http://vimcasts.org/episodes/bubbling-text/)
|
## Text bubbling (http://vimcasts.org/episodes/bubbling-text/)
|
||||||
|
|
||||||
After text selection (`<ctrl-v>`)
|
After text selection (`<ctrl-v>`)
|
||||||
`<ctrl>k` - bubble up
|
|
||||||
`<ctrl>j` - bubble down
|
* `<ctrl>k` - bubble up
|
||||||
|
* `<ctrl>j` - bubble down
|
||||||
|
|
||||||
## Date and Time stamps
|
## Date and Time stamps
|
||||||
|
|
||||||
`<F2>` - insert %Y-%m-%d %H:%M:%S
|
* `<F2>` - insert %Y-%m-%d %H:%M:%S
|
||||||
`<F3>` - insert %Y-%m-%d %a
|
* `<F3>` - insert %Y-%m-%d %a
|
||||||
`<F4>` - insert %H:%M
|
* `<F4>` - insert %H:%M
|
||||||
|
|
||||||
## Snippets
|
## Snippets
|
||||||
pre-made files inserted from `.vim/templates`
|
pre-made files inserted from `.vim/templates`
|
||||||
|
|
||||||
`,sh` - insert shell header
|
* `,sh` - insert shell header
|
||||||
`,md` - insert markdown header
|
* `,md` - insert markdown header
|
||||||
`,ban` - insert ASCII banner
|
* `,ban` - insert ASCII banner
|
||||||
|
|||||||
Reference in New Issue
Block a user