comparison dot_config/private_fish/config.fish @ 1041:979735a38885

feat: add keybind with fzf selector for revisions from current stack
author Zeger Van de Vannet <zeger@vandevan.net>
date Tue, 30 Apr 2024 22:34:09 +0200
parents 6ab26ddbf78d
children 3395b4109688
comparison
equal deleted inserted replaced
1040:ea090c39e480 1041:979735a38885
19 19
20 # Select modified paths via fzf on alt+g 20 # Select modified paths via fzf on alt+g
21 bind \eg fzf_hg_status_files 21 bind \eg fzf_hg_status_files
22 # Select output lines from last command 22 # Select output lines from last command
23 bind \er fzf_last_command_output 23 bind \er fzf_last_command_output
24 # Select revisions from the stack
25 bind \ek fzf_hg_stack
24 26
25 abbr hgst hg status 27 abbr hgst hg status
26 end 28 end