fix: Broken keybinds
This commit is contained in:
parent
1fb65ecee1
commit
2b7f02f3e6
11 changed files with 65 additions and 55 deletions
|
|
@ -12,7 +12,7 @@
|
|||
| F9 | continue from breakpoint |
|
||||
| F10 | close debug UI |
|
||||
|
||||
## Neo-Tree
|
||||
## Nvim-Tree
|
||||
| key | Description |
|
||||
| --- | ------------------------- |
|
||||
| f |toggle open |
|
||||
|
|
@ -44,7 +44,6 @@
|
|||
| --- | ------------------------- |
|
||||
| ff | find files |
|
||||
| fg | live ripgrep |
|
||||
| fb | find buffers |
|
||||
| fh | help for functions etc |
|
||||
| fp | find projects |
|
||||
| fb | file browser |
|
||||
|
|
@ -139,3 +138,12 @@ only available on dashboard
|
|||
| t | find text |
|
||||
| c | open config |
|
||||
| q | quit |
|
||||
|
||||
## Treesitter specials
|
||||
used to interact with treesitter defined objects.
|
||||
| key | Description |
|
||||
| --- | ------------------------------------ |
|
||||
| dif | Delete the content of a function |
|
||||
| daf | Delete the entire function |
|
||||
| dic | Delete the content of a class/struct |
|
||||
| dac | Delete the entire class/struct |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue