diff --git a/nvim/README.md b/nvim/README.md index fef046b..fc27c1c 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -77,17 +77,17 @@ 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 `` 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 | -| `gr` | `G`oto `R`eferences | lsp.lua | -| `gI` | `G`oto `I`mplementation | lsp.lua | -| `gD` | `G`oto `D`eclaration. This is not Goto Definition, this is Goto Declaration. For example, in C this would take you to the header | lsp.lua | -| `gc` | Toggle Comment from mini-comment plugin | - | -| `\` | Toggle file tree | file-tree.lua | +| Bind | Description | File | +|-----------|----------------------------------------------------------------------------------------------------------------------------------|----------------| +| `esc esc` | Exit terminal mode (Or use `` 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 | +| `gr` | `G`oto `R`eferences | lsp.lua | +| `gI` | `G`oto `I`mplementation | lsp.lua | +| `gD` | `G`oto `D`eclaration. This is not Goto Definition, this is Goto Declaration. For example, in C this would take you to the header | lsp.lua | +| `gc` | Toggle Comment from mini-comment plugin | - | +| `\` | Toggle file tree | file-tree.lua | Перед каждым из биндов в нижней таблице надо нажать `leader`, что есть `space`, пробел.