helix icon indicating copy to clipboard operation
helix copied to clipboard

add shotcut key for close buffer

Open fastfading opened this issue 3 years ago • 2 comments

since bufferline is enabled, we need a shortcut key to close buffer

fastfading avatar Jan 10 '23 07:01 fastfading

You can remap :buffer-close to do this:

# ~/.config/helix/config.toml

[keys.normal]
C-x = ":buffer-close"

the-mikedavis avatar Jan 10 '23 13:01 the-mikedavis

I wish to make it as default

fastfading avatar Jan 11 '23 00:01 fastfading