Steve Dondley

Results 136 comments of Steve Dondley

Perhaps I'm not using the switches correctly, but neither --super or --fake-super worked. Here is the command I'm using: rsync -rl -e 'ssh -i /home/user/key.pem -o StrictHostKeyChecking=no -p 22' --verbose...

I think, if I'm not mistaken, that even when uploading files, you will still want to run rsync under sudo locally. This is because the current user running under rsync...

It's because the $TMUX environment variable on a remote machine is not set. I'm not sure what the workaround might be but this plugin is dependent on this variable being...

Here's a workaround I'm using. I simply remapped which keys move up/down/left/right: ``` let g:tmux_navigator_no_mappings = 0 nnoremap h :TmuxNavigateLeft nnoremap j :TmuxNavigateDown nnoremap k :TmuxNavigateUp nnoremap l :TmuxNavigateRight ```...

I was just going to report this myself. Related to this is that when you create a vimwiki link in a task, you can't follow the vimwiki link in a...

What is the status of this?

I've hacked together a solution here for using taskopen with taskwiki: https://github.com/tools-life/taskwiki/discussions/386 I've been using it about a week. Not sure if it's useful or not to your efforts but...

Can I suggest adding a feature to turn this feature off (and have it on by default).

@nkakouros I rolled my own solution for using taskopen. I guess I could change my map.

I'm getting the same errors. I have a different system for my priorities than the author: ``` urgency.user.tag.qst.coefficient=8.0 urgency.user.tag.qsn.coefficient=8.0 urgency.user.tag.q.coefficient=8.0 urgency.blocking.coefficient=0.0 uda.priority.values=U,H,M,,L urgency.uda.priority.U.coefficient=10.0 urgency.uda.priority.H.coefficient=6.0 urgency.uda.priority.M.coefficient=3.9 urgency.uda.priority.L.coefficient=-5.0 ``` I looked at...