summaryrefslogtreecommitdiffstats
path: root/DefaultKeyBinding.dict
AgeCommit message (Collapse)Author
2017-12-20DefaultKeyBinding.dict: Remove Option-q bindingHEADtwTeddy Wing
This shadows the "œ" glyph, which I need.
2017-12-20DefaultKeyBinding.dict: Remove Apple-Option-I bindingTeddy Wing
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.
2017-12-20DefaultKeyBinding.dict: Add Aye Search key bindingsTeddy Wing
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.
2017-12-20DefaultKeyBinding.dict: Move the mark commands outside of OptionTeddy Wing
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.
2015-07-23DefaultKeyBinding.dict: Change delete word forward to Opt-dTeddy Wing
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.
2015-07-23DefaultKeyBinding.dict: Add mapping to delete words forwardTeddy Wing
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.
2015-07-22DefaultKeyBinding.dict: Change bindings for new line before & after ¶Teddy Wing
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.
2013-03-13Adding Markdown blockquoting shortcutsBrett Terpstra
2013-02-13Modifying MD header commands, adding some Hyper key experimentsBrett Terpstra
2012-08-29Some updated shortcuts and minor correctionsBrett Terpstra
2012-05-08Added 2 new commandsBrett Terpstra
2012-04-22new keybindings for paragraph navigationBrett Terpstra
2012-03-30New binding for turning selected text into HTML/XML tag with attributes ↵Brett Terpstra
(ctrl-<), added new gsubs to readme generator, updated readme
2012-02-17Commenting out example vim commands, something in there is messing with my + keyBrett Terpstra
2011-12-21Reorganized dict file, finished auto-documentation scriptBrett Terpstra
2011-12-06Figured out how to avoid inserting previous kill buffer text when there's no ↵Brett Terpstra
selection on link commands. ctrl-cmd-w,l,t/c are fixed, will apply to the others soon.
2011-12-05a few modifications to shortcuts for my own needs, replaced ^y yank: with ↵Brett Terpstra
yankAndSelect: for use with the kill buffer
2011-11-15tweaks and documentation updateBrett Terpstra
2011-11-14massive update to new keybindingsBrett Terpstra
2011-08-13added hyphenate keybindingBrett Terpstra
2011-08-13updated command-return linesBrett Terpstra
2011-08-13Initial CommitBrett Terpstra