# HG changeset patch # User Zeger Van de Vannet # Date 1721746049 -7200 # Node ID 6228efcc628daa354726f427e0d7e98e847928fb # Parent 33ed4d4bba1d97a0ecaeee36f9eb97e88e3fb2a6 feat: map ctrl-z to fg diff -r 33ed4d4bba1d -r 6228efcc628d dot_config/private_fish/config.fish --- a/dot_config/private_fish/config.fish Tue Jul 23 16:46:22 2024 +0200 +++ b/dot_config/private_fish/config.fish Tue Jul 23 16:47:29 2024 +0200 @@ -33,6 +33,9 @@ # Push current cmdline input to the stack bind \eq push-input + # fg on ctrl-z + bind \cz 'fg 2>/dev/null; commandline -f repaint' + # FZF aliases alias cdh fzf_cdhist