Added vim-keys help file to describe custom keybindings
This commit is contained in:
42
.vim/vim-keys.md
Normal file
42
.vim/vim-keys.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# /home/phansible/vim-keys
|
||||
|
||||
## Highlights
|
||||
|
||||
`<F10>` - turn off spellcheck highlights
|
||||
`<leader></>` - turn off search highlight
|
||||
`<Leader>c` - toggle row/column cursor
|
||||
|
||||
## Buffers & Panes
|
||||
|
||||
`<ctrl>-H` - to move to previous BUFFER
|
||||
`<ctrl>-L` - to move to next BUFFER
|
||||
`<ctrl>-J` - to move to lower PANE
|
||||
`<ctrl>-K` - to move to upper PANE
|
||||
|
||||
`<leader>-s` - to save buffer
|
||||
`<leader>-c` - to close buffer
|
||||
|
||||
`<leader>-x` - bring up the copy buffer
|
||||
`<F5>` - refresh buffer
|
||||
|
||||
## FZF
|
||||
|
||||
`<leader>-f` - open files
|
||||
`;` - open buffers
|
||||
|
||||
## Text bubbling (http://vimcasts.org/episodes/bubbling-text/)
|
||||
|
||||
After text selection (`<ctrl-v>`)
|
||||
`<ctrl>-k` - bubble up
|
||||
`<ctrl>-j` - bubble down
|
||||
|
||||
## Date and Time stamps
|
||||
|
||||
`<F2>` - insert %Y-%m-%d %H:%M:%S
|
||||
`<F3>` - insert %Y-%m-%d %a
|
||||
`<F4>` - insert %H:%M
|
||||
|
||||
---
|
||||
|
||||
`<ctrl>-p` - auto-complete spelling suggestions
|
||||
|
||||
Reference in New Issue
Block a user