diff --git a/fish/config.fish b/fish/config.fish index da2451b..a840f8a 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -32,10 +32,12 @@ if status --is-interactive set -g __fish_git_prompt_color_upstream yellow # Bindings - bind \cb battery - bind \cq fkill - bind \cp __fzf_files - bind \cg __fzf_git_log + bind ctrl-q fkill + bind ctrl-p __fzf_files + bind ctrl-g __fzf_git_log + + # You can get the cancelled command with ctrl-z now + #bind ctrl-c __fish_cancel_commandline # Shell history if command -q atuin