Fox Kiester

Results 110 issues of Fox Kiester

Unlike vim's default iw, doing something like diw with CamelCaseMotion's iw on "word word" with the cursor on the first w will result in "word" instead of " word". If...

It would be nice if there were keybindings for moving to the beginning or end of a row (I'd rather have home/end do that personally).

It would be nice to be able to import another configuration file (and not error if the file doesn't exist). The use case for this is that I want to...

enhancement

Right now the only options are to use white or black or checkered. It would be nice to be able to use a hex color.

enhancement

When updating to the latest version of pqiv, the cycle keybindings I mentioned in https://github.com/phillipberndt/pqiv/issues/128#issuecomment-388651727 broke for me (I hadn't updated in a while, so it may not be a...

bug

After updating pqiv my cycle keybindings that use `send-keys` (e.g. ` { send_keys(:command); }`) temporarily freeze pqiv and don't seem to do anything until subsequent keypresses (after which pqiv remains...

enhancement

"ircbot" is now "irc.bot" and "irclib" is "irc.client" I believe. I couldn't get the newest version of the irc library working with this (it gave an error). What version of...

Would allow for a lot more flexibility for querying and would in some ways be fairly straightforward. Would require external dependencies and add complexity since there would need to be...

There should potentially be an option to use multiline tables (table.el formatting) instead of extracting (see [here](https://emacs.stackexchange.com/questions/38135/wrap-cell-content-in-an-org-mode-table)).

enhancement

No work has been done to optimize general.el. Generally, this works out okay since most keybindings can be in a `with-eval-after-load`, and general will automatically delay them if the keymap...

enhancement