| .. | ||
| lua/settings | ||
| snippets | ||
| .luarc.json | ||
| init.lua | ||
| installer.sh | ||
| README.md | ||
List of keymaps
Space as leader
Debugging
| key | Description |
|---|---|
| F5 | toggle breakpoint |
| F6 | step over breakpoint |
| F7 | step into breakpoint |
| F8 | start debugging |
| F9 | continue from breakpoint |
| F10 | close debug UI |
Nerd Tree
| key | Description |
|---|---|
| t | toggle open |
| f | focus tree |
buffer switching
| key | Description |
|---|---|
| F1 | next buffer (cycles) |
| F2 | previous buffer (cycles) |
formatting
| key | Description |
|---|---|
| F4 | format this file |
telescope
| key | Description |
|---|---|
| ff | find files |
| fg | live ripgrep |
| fb | find buffers |
| fh | help for functions etc |
| fp | find projects |
project telescope
| normal mode | insert mode | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
toggletrouble
| key | Description |
|---|---|
| Ctrl + f | show errors and warnings |
cmp
Note, these require the cmp list view to be open to do anything!
| key | Description |
|---|---|
| Ctrl + b | scroll docs up |
| Ctrl + f | scroll docs down |
| Ctrl + e | cancel cmp |
| Enter | write selected suggestion (does nothing if not selected) |
| Tab | scroll down through suggestion list |
| Shift + Tab | scroll up through suggestion list |
snippets
These require you to be inside a snippet!
| key | Description |
|---|---|
| Ctrl + j | jump to next entry |
| Ctrl + k | jump to previous entry |
Dashboard
only available on dashboard
| key | Description |
|---|---|
| f | file |
| e | new file |
| p | find project |
| r | recently used files |
| t | find text |
| c | open config |
| q | quit |