dotfiles
dotfiles copied to clipboard
Command Line: Up/Down arrows should autocomplete from history
Currently they just cycle through history.
Fixed in commit d06060b96f0c5b211a3eba83b4997cd9ae4cf3c5
Looks like the fix worked on OSX but not on Ubuntu. From this issue it looks like maybe this is already baked into zsh, but is currently broken: https://github.com/robbyrussell/oh-my-zsh/issues/1720
Not really working for either osx or ubuntu now. Strange behavior from zsh where sometimes it will use the first argument (application name) as the base for a history search, but not the beginning of next argument(s)
Still not working on Ubuntu