LazyVim.LazyVim/lua/lazyvim/config
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
..
autocmds.lua fix(autocmds): remove snacks_win from close_with_q, since they have their own keymaps 2024-12-10 00:31:36 +01:00
init.lua chore(main): release 14.13.0 (#5574) 2025-02-12 21:38:40 +01:00
keymaps.lua feat(keymaps): enhance buffer navigation and deletion commands 2025-02-14 20:08:13 +08:00
options.lua feat(snacks): added leader-ua to toggle global animations 2024-12-12 13:47:29 +01:00