helix
helix copied to clipboard
add shotcut key for close buffer
since bufferline is enabled, we need a shortcut key to close buffer
You can remap :buffer-close to do this:
# ~/.config/helix/config.toml
[keys.normal]
C-x = ":buffer-close"
I wish to make it as default