tide/functions/_tide_cursor_up.fish

4 lines
93 B
Fish
Raw Normal View History

function _tide_cursor_up -a number
string repeat --count $number --no-newline \e\[1A
2021-03-02 20:46:40 +03:00
end