summaryrefslogtreecommitdiffstats
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-22Add MakefileTeddy Wing
For a quicker way to install the keybinding file to ~/Library/KeyBindings/DefaultKeyBinding.dict.
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.
2015-05-03Merge pull request #5 from vitorgalvao/patch-1masterBrett Terpstra
readme.md: fix Lri references
2015-05-03readme.md: fix Lri referencesVítor Galvão
2013-03-13Adding Markdown blockquoting shortcutsBrett Terpstra
2013-02-13Modifying MD header commands, adding some Hyper key experimentsBrett Terpstra
2012-08-29ignoring taskpaperBrett Terpstra
2012-08-29Some updated shortcuts and minor correctionsBrett Terpstra
2012-07-03added some additional links and info to the readmeBrett Terpstra
2012-05-08Added 2 new commandsBrett Terpstra
2012-05-08Adding Cheaters version of keybindings tableBrett Terpstra
2012-05-04NopeBrett Terpstra
2012-05-04Testing yaml headersBrett Terpstra
2012-04-23updated with patched scriptBrett Terpstra
2012-04-23Merge pull request #3 from jgclark/patch-1Brett Terpstra
Adding some installation and usage help.
2012-04-23Adding some installation and usage help.jgclark
2012-04-22new keybindings for paragraph navigationBrett Terpstra
2012-03-30Added 'updated' date to documentation generatorBrett Terpstra
2012-03-30mendBrett Terpstra
2012-03-30mendBrett Terpstra
2012-03-30mendBrett Terpstra
2012-03-30mendBrett Terpstra
2012-03-30temp table testBrett 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-21updating documentation and script to handle first-level notesBrett Terpstra
2011-12-21adding auto-documentation scriptBrett Terpstra
2011-12-21removing style settings from readmeBrett 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-05Updated README, still needs some shortcut updates...Brett Terpstra
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-13add path to readmeBrett Terpstra
2011-08-13Forgot we don't have MultiMarkdown here…Brett Terpstra
2011-08-13IgnoreBrett Terpstra
2011-08-13Initial CommitBrett Terpstra