diff 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
line wrap: on
line diff
--- a/dot_config/private_fish/config.fish	Mon Apr 29 18:33:04 2024 +0200
+++ b/dot_config/private_fish/config.fish	Tue Apr 30 22:34:09 2024 +0200
@@ -21,6 +21,8 @@
     bind \eg fzf_hg_status_files
     # Select output lines from last command
     bind \er fzf_last_command_output
+    # Select revisions from the stack
+    bind \ek fzf_hg_stack
 
     abbr hgst hg status
 end