Ashwin Nanjappa
Ashwin Nanjappa
In CMakeLists.txt, arguments are just words separated by spaces. These cannot be wrapped cause argwrap plugin looks for comma as delimiter between words. Can you make the delimiter configurable as...
I am viewing a C++ file where there are functions at the top, followed by a few classes and then some functions at the end: ``` void foo() {} class...
The bookmarklet shows the Github code of chosen emoji (delimited by colons). It would be nice if it could show the Unicode symbol of the chose emoji. This could be...
This is a feature request. It would be awesome if I can open vidir in a directory where files are managed by git. I rename the filenames and vidir renames...
Cursor can be set to vertical bar in rxvt or urxvt according to this post: https://bbs.archlinux.org/viewtopic.php?id=155802 But rxvt cursor shape does not seem to be supported yet in terminus.
I tried to generate railroad diagram for the [TOML file format's ABNF grammar](https://github.com/toml-lang/toml/blob/1.0.0/toml.abnf) and it failed silently: ``` $ kgt -l abnf -e rrtext < toml.abnf ``` There are 5...