-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
3,761 additions
and
1,654 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
private |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,47 @@ | ||
- [2017-06-25 Sun] | ||
- Sierra compatibility | ||
/*Since Karabiner is not compatible anymore (starting with Sierra), had to find a way to get similar features*/ | ||
- ~keybdings~ module | ||
- App switcher - =Cmd+j/k= | ||
- Simple tab switcher for Chrome and iTerm2 - =Cmd+h/l= | ||
- Simple =Vi-mode= - =Alt+j/k/l/m= | ||
- App specific keybindings | ||
- Changed Slack reaction key to =C-r=, so =Cmd+i= can be used to switch between current application windows | ||
- [2017-10-14 Sat] | ||
- Improved modal system - simplifies adding and extending modals | ||
- Emacs module | ||
currently invokes Emacs to enable system-wide org-capture. Accompanying emacs-lisp code can be found [[https://github.com/agzam/dot-spacemacs/blob/master/layers/ag-org/funcs.el#L144][here]] | ||
- [2019-05-06 Mon] | ||
- Rewrote everything in Fennel | ||
- [2019-05-07 Tue] | ||
- Added local modals | ||
- Grammarly + Emacs interaction | ||
- [2019-06-23 Sun] | ||
- Auxiliary Emacs package, spacehammer.el | ||
- Fixes Local app-keys are leaking #15 | ||
- [2019-06-25 Tue] | ||
- Emacs improvements | ||
+ run-emacs-fn | ||
+ full-screen | ||
+ vertical-split-with-emacs | ||
* Note: sorted starting from the most recent changes | ||
- [2020-02-04 Tue] | ||
- New, completely revamped modal engine - @eccentric-j | ||
- Improved state-machine implementation - @eccentric-j | ||
- ~/.spacehammer.d/config for localized customization - @eccentric-j | ||
- Nicer HUD - @eccentric-j | ||
- Added lots of docstrings - @eccentric-j | ||
- Fixed compatibility issues. Currently supported Fennel version 0.3.2 - @eccentric-j | ||
- =LEAD= keybinding is now by default set to =Option+SPC= (used to be =Cmd+SPC=) | ||
- App switcher keybinding is now by default set to =Option+n/p= (used to be =Cmd+n/p=) | ||
- Tab switcher keybinding is now by default set to =Option+j/k= (used to be =Cmd+j/k=) | ||
- Pressing =SPC= in a submodal, brings you to the previous level modal (used to open ~Alfred~) | ||
pressing =SPC= at the top level modal still takes you to ~Alfred~ | ||
- [2019-07-19 Fri] | ||
- Refactored… | ||
+ Modals | ||
+ Configuration | ||
+ Keybindings | ||
+ App specific keybindings | ||
+ App specific modals | ||
+ Vim mode | ||
- [2019-06-25 Tue] | ||
- Emacs improvements | ||
+ run-emacs-fn | ||
+ full-screen | ||
+ vertical-split-with-emacs | ||
- [2019-06-23 Sun] | ||
- Auxiliary Emacs package, spacehammer.el | ||
- Fixes Local app-keys are leaking #15 | ||
- [2019-05-07 Tue] | ||
- Added local modals | ||
- Grammarly + Emacs interaction | ||
- [2019-05-06 Mon] | ||
- Rewrote everything in Fennel | ||
- [2017-10-14 Sat] | ||
- Improved modal system - simplifies adding and extending modals | ||
- Emacs module | ||
currently invokes Emacs to enable system-wide org-capture. Accompanying emacs-lisp code can be found [[https://github.com/agzam/dot-spacemacs/blob/master/layers/ag-org/funcs.el#L144][here]] | ||
- [2017-06-25 Sun] | ||
- Sierra compatibility | ||
/*Since Karabiner is not compatible anymore (starting with Sierra), had to find a way to get similar features*/ | ||
- ~keybdings~ module | ||
- App switcher - =Cmd+j/k= | ||
- Simple tab switcher for Chrome and iTerm2 - =Cmd+h/l= | ||
- Simple =Vi-mode= - =Alt+j/k/l/m= | ||
- App specific keybindings | ||
- Changed Slack reaction key to =C-r=, so =Cmd+i= can be used to switch between current application windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.