From 5503dac207d8b17171713897427ec3b6b2b5cbe2 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 30 Nov 2025 22:44:34 +0100 Subject: [PATCH] Make key bindings more readable --- conf.d/git.fish | 2 +- conf.d/watch-prefix.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/git.fish b/conf.d/git.fish index f7936bc..101e8b6 100644 --- a/conf.d/git.fish +++ b/conf.d/git.fish @@ -2,4 +2,4 @@ alias grc 'git rebase --continue' alias gra 'git rebase --abort' -bind \eg __show_git_status +bind alt-g __show_git_status diff --git a/conf.d/watch-prefix.fish b/conf.d/watch-prefix.fish index 0e620cc..b685ef5 100644 --- a/conf.d/watch-prefix.fish +++ b/conf.d/watch-prefix.fish @@ -1 +1 @@ -bind --preset \ew 'fish_commandline_prepend watch' +bind --preset alt-w 'fish_commandline_prepend watch'