mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-24 01:13:13 +03:00
3 lines
92 B
Fish
3 lines
92 B
Fish
|
function _tide_cursor_up -a number
|
||
|
string repeat --count $number --no-newline \e\[1A
|
||
|
end
|