garoto
garoto
Glad you used plenty of emojis to help get your message across, otherwise all those latin scripts forming words and sentences and shit would give my puny brain a hard...
Try vacuum the `ditto.db` with the `sqlite3.exe` binary avaiable from their website: `sqlite3.exe C:\My\Path\To\Ditto\Ditto.db "VACUUM;"` Better to shutdown `Ditto` before trying, just in case you have no .DB backups. Can...
Add a line `include "C:/my/nano/rcs/*.nanorc"` to your `.nanorc` file and then extract all the syntax highlight `.nanorc` files included in the .zip to the include dir mentioned above.
``` Enhancements + .nanorc is loaded from "%USERPROFILE%\.nanorc" with normal privilege and from "%ALLUSERSPROFILE%\.nanorc" with elevated privilege. + Systemwide nanorc is loaded from "%ALLUSERSPROFILE%\nanorc". ``` Read the above carefully and...
``` C:\> 7z e nano-win_9986_v6.2-16-g58bbad01a.7z -o"C:\ProgramData\" ".nanorc" C:\> ren C:\ProgramData\.nanorc nanorc C:\> echo include "C:/my/nano/syntax/hilite/resources/*.nanorc" >> C:\ProgramData\nanorc ```
@graphixillusion you might be interested in this: https://github.com/billziss-gh/sshfs-win/ Mount your `ssh` session as a networked drive and then use your local `nano` copy to edit files on the remote machine.
~~%ALLUSERSPROFILE%~~ ~~Weird, I know.~~ The above isn't proper, my bad. This is : ``` + .nanorc is loaded from '%USERPROFILE%\.nanorc' with normal privilege and from "%ALLUSERPROFILE%\.nanorc" with elevated priviledge. +...
Oh boy...
``` [ no-osd af add "@tempo:scaletempo" ; no-osd add speed "-0.1" ] no-osd af add "@tempo:scaletempo" ; no-osd add speed "+0.1" BS no-osd af remove @tempo ; no-osd set speed...
Welp, my personal counterpoint is that I use AltSnap to resize my mpv windows with this exact purpose in mind, as in to freely resize the player window disregarding any...