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'