scripts/scripts/fish/bindings

10 lines
250 B
Fish

#!/usr/bin/env fish
bind --user \ch backward-char
bind --user \cl forward-char
bind --user \cj down-or-search
bind --user \ck up-or-search
bind --user \cg echo\ -n\ \(clear\ \|\ string\ replace\ \\e\\\[3J\ \"\"\)\;\ commandline\ -f\ repaint
## EOF