tide/functions/_tide_cursor_up.fish

3 lines
92 B
Fish
Raw Normal View History

function _tide_cursor_up -a number
string repeat --count $number --no-newline \e\[1A
end