summaryrefslogtreecommitdiff
path: root/lisp/init-ace.el
AgeCommit message (Collapse)Author
2015-05-30Add ace-link-widget commandKyle Meyer
2015-05-29Make avy-goto-subword-1 ignore invisible textKyle Meyer
2015-05-29Use avy instead of ace-jump-modeKyle Meyer
2015-05-18Update ace-link-dired for upstream changesKyle Meyer
2015-04-15Limit AceJump lower case keysKyle Meyer
2015-03-23Swap meaning of ace-window prefix argumentsKyle Meyer
2015-02-09Change aw-scope to frameKyle Meyer
I had this set to global so I could jump to windows displayed in frames of other monitors, but I didn't use this often and it had the disadvantage of needing to type a letter for the current two-window frame if there were any frames on other monitors.
2015-02-02Rework key chordsKyle Meyer
- Use letter pairs that are rare in both directions. For really common commands, try to keep my fingers on home row. - Remove some key chords for less frequent commands. For Projectile, just bind switching projects and the commander because most other things are available with one more key from the commander. My strategy for key chord bindings was to lead with ',' or ';' and then follow with any letter. The idea was that, with the languages and coding conventions I was using at the time, when I inserted a comma or semicolon, they were usually followed by a non-letter (typically a space or a new line). But, this is actually not a good way to go about this because Key chord mode accepts the two-letter combination in either order. In practice, I didn't end up unintentionally calling a command too often, but it did happen enough to be slightly annoying. John Cook recently posted a table [1] of bigram frequencies, which is a good starting point for updating my key chords. [1]: http://www.johndcook.com/blog/2015/02/01/rare-bigrams/
2015-01-27Improve organization and consistency of filesKyle Meyer
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings
2014-11-30Use Cask and Pallet to manage packagesKyle Meyer
2014-10-22Go crazy with anaphoric formsKyle Meyer
2014-08-28Use prefix in name of all custom mapsKyle Meyer
2014-07-01Add comment headings to Ace configurationKyle Meyer
2014-06-16Add ace-link functions for diredKyle Meyer
2014-06-06Use milkypostman's `after' macroKyle Meyer
2014-05-26Return ace-window scope back to globalKyle Meyer
Commit d6ed99f in ace-window fixed issue with invisible frames when running daemon.
2014-05-24Limit ace-window to current frameKyle Meyer
2014-05-23Add key-chord for ace-windowKyle Meyer
2014-05-19Move ace-link-org binding to init-ace.elKyle Meyer
2014-05-12Install and setup ace-windowKyle Meyer
2014-05-12Move ace settings to separate fileKyle Meyer