Make word-token delete bindings sane again

Word deletion used to be Ctrl-Backspace, now it’s Alt-Backspace. However, deleting muscle memory is something i don’t
want to deal with now.
This commit is contained in:
2025-11-14 07:35:15 +01:00
parent 8bddea4b58
commit af434f38cf

7
conf.d/bindings.fish Normal file
View File

@@ -0,0 +1,7 @@
# Swap Ctrl and Alt behaviour for backspace and delete
#
# These have changed in fish 4.0, but muscle memory is hard to erase
bind ctrl-backspace backward-kill-token
bind alt-backspace backward-kill-word
bind ctrl-delete kill-token
bind alt-delete kill-word