killing buffers

This commit is contained in:
filipriec
2025-05-25 22:02:18 +02:00
parent 6e1997fd9d
commit d8f9372bbd
3 changed files with 42 additions and 28 deletions

View File

@@ -4,6 +4,7 @@
enter_command_mode = [":", "ctrl+;"]
next_buffer = ["ctrl+l"]
previous_buffer = ["ctrl+h"]
close_buffer = ["ctrl+k"]
[keybindings.general]
move_up = ["k", "Up"]