scripts/fish/bindings

10 lines
250 B
Plaintext
Raw Normal View History

2019-08-18 06:26:48 -07:00
#!/usr/bin/env fish
2019-08-06 10:42:42 -07:00
bind --user \ch backward-char
bind --user \cl forward-char
bind --user \cj down-or-search
bind --user \ck up-or-search
2019-08-06 13:02:40 -07:00
bind --user \cg echo\ -n\ \(clear\ \|\ string\ replace\ \\e\\\[3J\ \"\"\)\;\ commandline\ -f\ repaint
2019-08-06 10:42:42 -07:00
## EOF