Valentin Iovene
Valentin Iovene
Say you `ino` re-mapped `hh` to `` like some people do to be able to escape insert mode faster. When you type text and end with `h`, like `mouth`, and...
I like the workflow of 1. having my code opened with Vim on a tmux pane on the left 2. having the intepreter opened on a tmux pane on the...
I was expecting Cling to clear the previous output when pressing Ctrl+L but instead it does nothing. I think the Ctrl+L shortcut has become a standard and recommend this behaviour...
Is it possible to configure `sway-laucher-desktop` to also search for files (fuzzy finding with `fzf`) and open them with `xdg-open`? In other words, is it possible to use it for...
`/tmp/test.py`: ``` import pdb pdb.set_trace() ``` ``` (base) viovene@valoup /tmp % python test.py --Return-- [0] > /private/tmp/test.py(2)()->None -> pdb.set_trace() > /private/tmp/test.py(2) Traceback (most recent call last): File "test.py", line 2,...
Rich ( https://github.com/willmcgugan/rich ) looks like a great way to improve the appearance of pdbpp. Maybe pdbpp could use it?
This is just an idea. I'm self hosting most of my stuff. It would be great to be able to use kb from an Android phone. We could sync the...
Thanks for developing khal, it is awesome! When I edit an event in ikhal, I get the following in my terminal  As you can see, the form's inputs are...
I'm trying to freshly compile pycortex from the `glrework-merged` branch (note this also happens on the `master` branch). Here's what I get ``` pycortex:glrework-merged λ python setup.py develop Compiling cortex/openctm.pyx...