Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-23 | Swap meaning of ace-window prefix arguments | Kyle Meyer | |
2015-02-09 | Change aw-scope to frame | Kyle 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-02 | Rework key chords | Kyle 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-27 | Improve organization and consistency of files | Kyle 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-30 | Use Cask and Pallet to manage packages | Kyle Meyer | |
2014-10-22 | Go crazy with anaphoric forms | Kyle Meyer | |
2014-08-28 | Use prefix in name of all custom maps | Kyle Meyer | |
2014-07-01 | Add comment headings to Ace configuration | Kyle Meyer | |
2014-06-16 | Add ace-link functions for dired | Kyle Meyer | |
2014-06-06 | Use milkypostman's `after' macro | Kyle Meyer | |
2014-05-26 | Return ace-window scope back to global | Kyle Meyer | |
Commit d6ed99f in ace-window fixed issue with invisible frames when running daemon. | |||
2014-05-24 | Limit ace-window to current frame | Kyle Meyer | |
2014-05-23 | Add key-chord for ace-window | Kyle Meyer | |
2014-05-19 | Move ace-link-org binding to init-ace.el | Kyle Meyer | |
2014-05-12 | Install and setup ace-window | Kyle Meyer | |
2014-05-12 | Move ace settings to separate file | Kyle Meyer | |