LazyVim.LazyVim/lua
majinjie 707b6a2592 feat(keymaps): enhance buffer navigation and deletion commands
- Updated `<S-h>`, `<S-l>`, `[b`, and `]b` mappings to support `v:count1` for
  navigating buffers with a count, improving flexibility.
- Modified `<leader>bo` to delete buffers not in the current tab layout,
  providing better control over buffer cleanup.
- Added `<leader>bO` as a new mapping to delete other buffers, complementing
  the existing buffer deletion commands.
- Improved descriptions for clarity and consistency across all buffer-related
  mappings.
2025-02-14 20:08:13 +08:00
..
lazyvim feat(keymaps): enhance buffer navigation and deletion commands 2025-02-14 20:08:13 +08:00