Fish 3.6.0
github.com
Fish 3.6.0
1–10 of 25 posts
Re: Fish 3.6.0
#2Re: Fish 3.6.0
#3Re: Fish 3.6.0
#4Re: Fish 3.6.0
#5Re: Fish 3.6.0
#6Re: Fish 3.6.0
#7Possible to do global history across sessions in fish? I use multiple zsh sessions (as tabs) in iterm2, and love the fact my commands are available across tabs.
whenever I feel that historical command context missing (why does "UP" not give me my command I ran 5 tabs away?!), I run `history merge` and be on my way.
Re: Fish 3.6.0
#8Possible to do global history across sessions in fish? I use multiple zsh sessions (as tabs) in iterm2, and love the fact my commands are available across tabs.
Re: Fish 3.6.0
#9The bash cross-comparability features are really nice for simple copy paste commands and control-r will be another great nice to have.
It’s the first thing I install on any new system!
Re: Fish 3.6.0
#10Possible to do global history across sessions in fish? I use multiple zsh sessions (as tabs) in iterm2, and love the fact my commands are available across tabs.
`history merge` can be run manually in Fish to force the current session to pickup the global history, or you can use a small plugin to do it automatically: https://github.com/2m/fish-history-merge