Philipp "Flipsi" Moers
Philipp "Flipsi" Moers
I would also think, this would be a great feature. Using NERD Commenter everyday, I often find myself pressing the prefix first and wanting to append a movement or text...
@BalmungSan Thanks for your answer! Maybe you are right and this should be written in another way. In fact, we could write ``` def checkFoo(things: Future[Seq[String]]): Future[Unit] = { things.transformWith...
This would be a great feature to have indeed. However I do see problems with the Levenshtein approach: results may be ambiguous. Consider the input "fxxx" which has the same...
+1 Please merge this, it would be very useful.
I just want to give a hint: I personally use [quickswitch](https://github.com/OliverUv/quickswitch-for-i3) which offers additional features for i3, e.g. to move an existing container to a new workspace: `quickswitch --journey -E`.
> There isn't support for this yet, but might be currently possible with a bash script and calling the bash script instead Thank you, that workaround didn't come to mind...
Thanks @kamiyaa, that helped me, too. What I think is confusing here is the following: * In ranger, you 1) _yank_ a file via `yy` (same as for copying) and...