feat: add markdown preview
This commit is contained in:
parent
7dba0b18be
commit
6f9ecd5c96
5 changed files with 41 additions and 5 deletions
31
nvim/keymap.md
Normal file
31
nvim/keymap.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# List of keymaps
|
||||
|
||||
## Space as leader
|
||||
|
||||
## Debugging
|
||||
- F5: toggle breakpoint
|
||||
- F6: step over breakpoint
|
||||
- F7: step into breakpoint
|
||||
- F8: start debugging
|
||||
- F9: continue from breakpoint
|
||||
- F10: close debug UI
|
||||
|
||||
## Nerd Tree
|
||||
- t: toggle open
|
||||
- f: focus tree
|
||||
|
||||
## buffer switching
|
||||
- F1: next buffer (cycles)
|
||||
- F2: previous buffer (cycles)
|
||||
|
||||
## formatting
|
||||
- F4: format this file
|
||||
|
||||
## telescope
|
||||
- ff: find files
|
||||
- fg: live ripgrep
|
||||
- fb: find buffers
|
||||
- fh: help for functions etc
|
||||
|
||||
## toggletrouble
|
||||
- Ctrl + f: show errors and warnings
|
||||
Loading…
Add table
Add a link
Reference in a new issue