Update: README.md

This commit is contained in:
psychhim
2025-11-15 19:56:54 +05:30
parent 982d4d38fd
commit f039893ac9

View File

@@ -18,8 +18,9 @@ A collection of custom keymaps for Neovim aimed at improving productivity, navig
### Buffer Management
- Smart buffer switch using Telescope: `<leader><leader>`
- 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.
- Better buffer handling with Neotree and Telescope pickers:
- Open files in new tabs by default.
- Open file in split mode by pressing `h` or `v` on the file.
- Create new empty buffers in splits or tabs:
- Horizontal: `<leader>sv`
- Vertical: `<leader>sh`