Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shilangyu opened this issue Nov 6, 2019 · 0 comments
Open

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

shilangyu opened this issue Nov 6, 2019 · 0 comments

Comments

@shilangyu
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant