tide/functions/_tide_cursor_right.fish

3 lines
95 B
Fish
Raw Normal View History

function _tide_cursor_right -a number
string repeat --count $number --no-newline \e\[1C
end