Mercurial > dotfiles
comparison dot_config/private_fish/config.fish @ 1044:fb4670b7526a
feat: replicate push-line function from zsh
source: https://github.com/fish-shell/fish-shell/issues/7800#issuecomment-792915764
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Thu, 02 May 2024 08:48:33 +0200 |
parents | 3395b4109688 |
children | 7db5c9c8016f |
comparison
equal
deleted
inserted
replaced
1043:3395b4109688 | 1044:fb4670b7526a |
---|---|
28 # Select output lines from last command | 28 # Select output lines from last command |
29 bind \er fzf_last_command_output | 29 bind \er fzf_last_command_output |
30 # Select revisions from the stack | 30 # Select revisions from the stack |
31 bind \ek fzf_hg_stack | 31 bind \ek fzf_hg_stack |
32 | 32 |
33 # Push current cmdline input to the stack | |
34 bind \eq push-input | |
35 | |
33 abbr hgst hg status | 36 abbr hgst hg status |
34 end | 37 end |