new nvim readme

This commit is contained in:
Buliway 2025-01-12 22:27:56 +03:00
parent 7612d675b2
commit 94beeb1081

View file

@ -78,8 +78,8 @@ ln -s ~/nixos-private-dots/nvim ~/.config/nvim
Бинды в таблице ниже нажимаются без пробела перед ними. Просто бинд
| Bind | Description | File |
|-----------|-----------------------------------------------------------------------------------------------------------------------------------------|----------------|
| `esc esc` | Exit terminal mode (This won't work in all terminal emulators/tmux/etc. Try your own mapping or use `<C-\><C-n>` to exit terminal mode) | settings.lua |
|-----------|----------------------------------------------------------------------------------------------------------------------------------|----------------|
| `esc esc` | Exit terminal mode (Or use `<C-\><C-n>` to exit terminal mode) | settings.lua |
| `esc` | Creal highlights on search when pressing Esc in normal mode | settings.lua |
| `gp` | `G`oto context (`p`arent) | treesitter.lua |
| `gd` | `G`oto `D`efinition | lsp.lua |