comparison dot_config/private_fish/config.fish @ 1053:6228efcc628d

feat: map ctrl-z to fg
author Zeger Van de Vannet <zeger.van_de_vannet@nokia.com>
date Tue, 23 Jul 2024 16:47:29 +0200
parents 7db5c9c8016f
children a1fab5298ef6
comparison
equal deleted inserted replaced
1052:33ed4d4bba1d 1053:6228efcc628d
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 # fg on ctrl-z
37 bind \cz 'fg 2>/dev/null; commandline -f repaint'
38
36 # FZF aliases 39 # FZF aliases
37 alias cdh fzf_cdhist 40 alias cdh fzf_cdhist
38 41
39 abbr hgst hg status 42 abbr hgst hg status
40 end 43 end