Josh Cho

Results 11 comments of Josh Cho

I love Pluto, but I feel like a limb is missing when I don't have vim keybindings. I don't think this sentiment is uncommon. I feel like there is a...

Still an issue, Emacs 29.0.50 and lispy-20211020.907. The pull request doesn't quite fix it. Something about `(iedit-mode)` is off, evaluating it manually after previous lines in the function has the...

I actually think there could be a good use case for this, where the `handler` in `lispy--eval` is selected based on the source block you are in. Feels more ergonomic...

Did you ever figure this out?

Is there a way to change cursor shapes for different vi modes? I have that with zsh like [so](https://unix.stackexchange.com/a/327572/477099). For me, this was intuitive enough where you don't need any...

Yup, that's what I ended up doing, and it works well until I have different kinds of images (textbook screenshots and lecture slides require very different image sizes). I will...

If this offer is still open, I'd love some examples. My email is joshcho 'at' stanford 'dot' edu

Why is vivace graph so fast? I have been comparing it with SQL-based approach and Neo4j, and vivace graph is much, much faster.

Same. Also an issue with lispy-delete-backward and special-lispy-raise. I am using the following as workaround, just default to paredit for commands with issues: ``` (define-key lispy-mode-map (kbd "(") (lambda ()...

I have been trying to get this to work for several hours, too, but no success. A minimal reproducible example would be great.