# 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 |
|---|---|
| | key | Description | | --- | --------------------------------- | | d | delete project | | r | rename project | | c | create project | | s | search files in project | | b | browse files in project | | w | change directory to project | | R | recently opened files in project | | f | find file within project | | | key | Description | | -------- | --------------------------------- | | Ctrl + d | delete project | | Ctrl + v | rename project | | Ctrl + a | create project | | Ctrl + s | search files in project | | Ctrl + b | browse files in project | | Ctrl + l | change directory to project | | Ctrl + r | recently opened files in project | | Ctrl + f | find file within project | |