diff --git a/README.md b/README.md index 43e6497..2fd6537 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,17 @@ A collection of custom keymaps for Neovim aimed at improving productivity, navig ### Buffer Management - Smart buffer switch using Telescope: `` -- Smart file open (`gf`) reuses empty buffers or opens in a new tab +- Open files in new buffers by default from Neo-tree. +- Open files in split mode by pressing h or v in Neo-tree or Telescope pickers. - Create new empty buffers in splits or tabs: - Horizontal: `sv` - Vertical: `sh` - New tab: `e` -- Save buffers safely: +- Better visual editor like saving: - `w` — Save current buffer (prompts if new) - - `qy` — Save and quit + - `W` — Save As (prompts if new) +- Better safe closing: +- `qy` — Save and quit - `qn` — Quit without saving ### Clipboard & Copying