We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a $OMF_CONFIG/key_bindings.fish file where I placed 2 keybinds:
$OMF_CONFIG/key_bindings.fish
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:
~/.config/fish/config.fish
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I created a
$OMF_CONFIG/key_bindings.fish
file where I placed 2 keybinds:ctrl+delete works fine while ctrl+backspace doesnt at all. Before using pisces i had these keybinds in
~/.config/fish/config.fish
as:The above worked for both binds.
The text was updated successfully, but these errors were encountered: