Jon Liu

Results 8 issues of Jon Liu

**Describe the bug** If I click on a gemini:// link in my browser, Geopard will open as expected, but it just shows the start page, bookmarks.gemini. It doesn't go to...

bug

It should. Try it out in vim: delete something (`dd` or `d3d` or something), then `p` to put the deleted content at the cursor.

bug

Gedit's GNOME Wiki space is a bit messy, but I think [this list](https://wiki.gnome.org/Apps/Gedit/ThirdPartyPlugins/v3.14) would be where it would go.

Configuring vim is cool, but using a real vimrc file (#4) may not be the optimal way to have that in this plugin. As a weaker solution, we could offer...

enhancement

There should be a way to change the default key for something to a different key, rather than the hardcoded default. Mapping an action from a single key to a...

enhancement

https://github.com/nparkanyi/gedit3-vim-mode/blob/0afd4a745dcc6415e3abbea0679e6002bb42c3fc/vim-mode.py#L311-L316 They should just move the cursor to the right place and cease looping. There's no point in going to the start of the line multiple times.

bug

Like in real vim, show what's been typed so far in normal mode. In this screenshot, I typed `9d` and vim is waiting for the end of the command. ![Screenshot...

enhancement

There's currently '0' to go to the very first character in the line. There should be '^', which goes to the first non-whitespace character in the line.

enhancement