Mercurial > dotfiles
comparison dot_config/private_fish/config.fish @ 1045:7db5c9c8016f
feat: Add fzf cd history picker
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Sat, 04 May 2024 11:47:05 +0200 |
parents | fb4670b7526a |
children | 6228efcc628d |
comparison
equal
deleted
inserted
replaced
1044:fb4670b7526a | 1045:7db5c9c8016f |
---|---|
31 bind \ek fzf_hg_stack | 31 bind \ek fzf_hg_stack |
32 | 32 |
33 # Push current cmdline input to the stack | 33 # Push current cmdline input to the stack |
34 bind \eq push-input | 34 bind \eq push-input |
35 | 35 |
36 # FZF aliases | |
37 alias cdh fzf_cdhist | |
38 | |
36 abbr hgst hg status | 39 abbr hgst hg status |
37 end | 40 end |