From 1306eaad331045216543de5890a6cb95d57f5dc8 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Mon, 23 Dec 2024 00:20:16 -0600 Subject: [PATCH] fish: updated bind calls for fish v4 --- fish/config.fish | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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