@b0rk
> entering commands at a shell prompt in the terminal
> love more specific, love examples
> so far I have
> copy/paste issues
> problems with history?
Ugh. Ctrl+R searches one too far, and then Ctrl+S doesn't work, because I forgot to set up with: stty -ixon
or because something cancelled my: stty -ixon
And Ctrl+S actually meaning XOff to force you to try Ctrl+Q trips people up, I see that repeatedly
> having to press the left arrow 100 times
YES
So very much of 'set -o emacs' works, but the simple M-z zap-to-char doesn't work, despite Emacs defining it same as the Vi df of 'set -o vi'
> autocomplete not working
YES
Like the Shell feels it knows better than I do whether I want Tab to search my Sh $PATH or my Sh $PWD, and for only 'chmod +x' Files or for all Files. And it's so often way wrong
> autocomplete not working
Zsh Tab flatly refuses to try if you're in the middle of a word
Like macOS Bash asked to Tab after "byo" inside: echo ~/Public/byo/bin/vim.py
will autocomplete happy happy to: echo ~/Public/byoverbs/bin/vim.py
But Zsh fails this test. it just beeps at you
> > beeps
They all beep too eagerly, too often, too loud, too long. Sh & Emacs & Vi suffer deeply from this dis'accomodating design fault. I frequently turn on the Terminal Visual Beep & mute my laptop just to shut them up