nvim: Initial config

This commit is contained in:
2026-07-04 14:24:19 -04:00
parent 5ca464c2ac
commit b714384b0e
7 changed files with 60 additions and 0 deletions

View File

@@ -32,3 +32,6 @@ Comma-separated keys are pressed in sequence, not together.
| `Ctrl` + `Space`, `s` | tmux | Interactive session list |
| `Ctrl` + `Space`, `(` / `)` | tmux | Switch to previous / next session |
| `Ctrl` + `Space`, `r` | tmux | Reload `tmux.conf` |
| `Ctrl` + `h` / `j` / `k` / `l` | neovim | Move focus between splits left / down / up / right |
| `Esc` | neovim | Clear search highlight |
| `Space`, `e` | neovim | Toggle file explorer (netrw) |