scripts/fish/bindings

6 lines
131 B
Plaintext
Raw Permalink Normal View History

2019-08-18 06:26:48 -07:00
#!/usr/bin/env fish
2019-08-06 10:42:42 -07:00
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