LazyVim.LazyVim/lua/lazyvim
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
..
config feat(keymaps): enhance buffer navigation and deletion commands 2025-02-14 20:08:13 +08:00
plugins feat(editor): update parameter for fzf-lua (#5584) 2025-02-12 14:21:29 +01:00
util fix(extras): disable import handling when loading :LazyExtras + changed some recommendations 2025-02-10 23:27:24 +01:00
health.lua fix(health): added curl to health checks 2024-12-14 14:42:21 +01:00
init.lua fix: add shim for vim.uv just in case someone upgrades lazyvim before lazy 2024-03-22 10:30:35 +01:00
types.lua style: better types for vim.api.nvim_create_autocmd 2024-06-07 23:02:47 +02:00