boon icon indicating copy to clipboard operation
boon copied to clipboard

Ergonomic Command Mode for Emacs

Results 23 boon issues
Sort by recently updated
recently updated
newest added

I love boon & have been extremely happy with it for the past, oh, 3 years now! One thing that has always confused me though, was that when I switch...

Hi, thank you so much for Boon. I have been using it for about a year. I have a great love for it. This code adds an ACMD alternate command...

hello, I'm a user that's just come across your package today. I use [Emacspeak](https://www.github.com/tvraman/emacspeak/) to use Emacs, since I'm blind. I tried out your package, and I and O worked...

https://github.com/DogLooksGood/meow How it compares? What parts can be taken (cheatsheet is cool)? Can this package be mentioned in Overview section of Readme?

having @ available after selecting a region with SPC woulb be nice

IMHO `boon-toggle-case` should work the same way as `boon-take-region`/`boon-substitute-region`/`boon-treasure-region` - it should accept arguments for words and sentences *, cycling through Mixed Case ("Mixed case." for sentences), lower case, and...

Looking through the tutorial I am unable to get the [multicursor example](https://github.com/jyp/boon/blob/master/boon-tutorial.el#L630) to replace all occurrences of a symbol despite multicursor getting installed. Although all occurrences of the word indeed...

An example - ``` *| * ``` `v` -> ` foo` -> `ESC` -> `o` ``` * foo *| ``` `z` ``` * foo * foo|oof ``` This doesn't happen...

Org mode binds the `org-{shift,}{meta,}{up,down,right,left}` commands to their namesake key combinations. Using these commands is something that I end up doing a lot when editing Org document (they let me...

I nowadays use `visual-line-mode` which has rebindings for `kill-line`, `move-beginning-of-line` and `move-end-of-line` to handle visual lines. The line movement commands in Boon take still physical lines instead of visual lines...