goto
goto copied to clipboard
Navigate long command lines using a minimalistic char-based decision tree.
Great idea, but zsh support doesn't seem to be there at this moment.. any possibility of supporting zsh in the future?
When I press `\C-k` on my keyboard, I get the error: ``` -bash: bash_execute_unix_command: cannot find keymap for command ``` I am running: ``` GNU bash, version 4.4.19(1)-release (x86_64-apple-darwin17.3.0) Copyright...
If bash is in vi mode (set -o vi), then whenever the I jump to a new character a "^A" is inserted after the old cursor position. Using bash version...
Bash (a GNU project) uses key bindings based on Emacs (a GNU project). Ctrl+K is a *very commonly* used Emacs (and therefore, Bash) keyboard binding to kill text from point/cursor...
Since bind command is a bash command you would be not able to use goto with zsh or even sh.