Results 4 comments of Mastermjr

was able to login to sftp server and disable password auth with following config file: ``` Port 22 UseDNS no UsePAM yes PermitRootLogin no X11Forwarding no AllowTcpForwarding no AllowAgentForwarding no...

I've been loving the PRO app btw, thanks for all the great work!!!

https://vi.stackexchange.com/questions/15574/passing-arguments-to-pyfile-py3file-function you need to check the version vim is running python on if you're using homebrew, homebrew does this genius thing where it upgrades your packages without really clearly communicating...

this is exactly what I needed! I've rewritten it to look like this: ```vim "adding notes to tasks: "TODO: should automatically make the notes directory function TaskSearch() let task_id =...