pisces icon indicating copy to clipboard operation
pisces copied to clipboard

Can't create backward-kill-path-component keybind

Open shilangyu opened this issue 4 years ago • 0 comments

I created a $OMF_CONFIG/key_bindings.fish file where I placed 2 keybinds:

bind \b backward-kill-path-component # ctrl+backspace
bind \e\[3\;5~ kill-word             # ctrl+delete

ctrl+delete works fine while ctrl+backspace doesnt at all. Before using pisces i had these keybinds in ~/.config/fish/config.fish as:

function fish_user_key_bindings
	bind \b backward-kill-path-component # ctrl+backspace
	bind \e\[3\;5~ kill-word             # ctrl+delete
end

The above worked for both binds.

shilangyu avatar Nov 06 '19 11:11 shilangyu