From 6bbeab55d1162b203d83f0b89b8b0426b0129f71 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 30 Jun 2026 18:28:53 +0200 Subject: [PATCH] readme updates --- nvim/.config/nvim/README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/nvim/.config/nvim/README.md b/nvim/.config/nvim/README.md index 9229b70..a63b85a 100644 --- a/nvim/.config/nvim/README.md +++ b/nvim/.config/nvim/README.md @@ -51,17 +51,14 @@ Oil usage: - `` also goes to the parent directory - `` opens the selected file or enters the selected directory - `` previews the selected entry -- `go` opens the file in external viewer +- `gx` opens the file in external viewer ## Window Navigation Move between windows with: ```vim - left - down - up - right + ``` Cycle through windows: @@ -72,24 +69,16 @@ Cycle through windows: ## Terminal -Leave terminal mode and return to normal mode: - -```vim - -``` - -or +Two options to leave terminal mode and return to normal mode: ```vim <\\-Esc> + + ``` ## LSP -Mason is installed through `vim.pack` together with `mason-lspconfig.nvim` and `nvim-lspconfig`. - -This config automatically installs and enables the managed language servers on first start. The current managed set is `bashls`, `clangd`, `jsonls`, `lua_ls`, `marksman`, `taplo`, `ts_ls`, and `yamlls`. - Useful Mason commands: ```vim @@ -113,8 +102,8 @@ Diagnostics: - `gle` display error information - `gie` toggle inline errors - `gve` toggle virtual line errors -- `g]` jump to next error -- `g[` jump to previous error +- `]g` jump to next error +- `[g` jump to previous error ## Tree-sitter