| Age | Commit message (Collapse) | Author |
|
This shadows the "œ" glyph, which I need.
|
|
This shortcut hasn't worked consistently and has messed me up many times
while trying to open browsers' developer inspectors, which use the
Apple-Option-I combination.
|
|
Apparently I hadn't committed these shortcuts when I wrote Aye Search.
Save them to our config. These will start incremental and
reverse-incremental searches.
|
|
Don't shadow the characters produced by these two key combinations.
I had done this soon after my last commit probably but for whatever
reason never committed this change. Doing so now because I need to make
some additional changes to the config.
|
|
Move the `deleteWordForward:` command to Option-d and change the
existing command for that (delete paragraph) to Control-Option-d.
I wanted to match the Readline/Emacs keys that I'm used to for deleting
a word forward. Thus this becomes Meta-d to delete a word forward which
is just like the Emacs style and requires no extra memorisation. On top
of that, it's easier to type because it requires one less modifier key.
Since I feel like I'll be using this one more than 'delete paragraph',
the switch made sense. Also, since deleting a whole paragraph is a more
destructive change, adding an extra modifier key in order to accomplish
it doesn't seem like a bad thing to me.
|
|
Severely missing this in non-Readline environments. Nice to have a
single command I can use to do it instead of first moving to after the
word and then deleting it.
|
|
Apple-Return is a fairly common binding and I don't want it to conflict
with anything. I use it quite often when making comments on GitHub and
today noticed a little hiccup when trying to submit a comment. When I
pressed Apple-Return a second time the comment submitted successfully,
but I'd prefer not to take my chances.
That said, these seem like they could be useful bindings to have, so
bind them to something close to the existing 'o' & 'O' bindings.
|
|
|
|
|
|
|
|
|
|
|
|
(ctrl-<), added new gsubs to readme generator, updated readme
|
|
|
|
|
|
selection on link commands. ctrl-cmd-w,l,t/c are fixed, will apply to the others soon.
|
|
yankAndSelect: for use with the kill buffer
|
|
|
|
|
|
|
|
|
|
|