Commit Graph

448 Commits

Author SHA1 Message Date
Maximiliano Sandoval 3bde50bc21 Fixed comments
Added clarification to the comments.
"go" should open in the same window and "gO" should open in a
different one.
There isn't a function that does this already so they are set to
`push-button' which acts context-wise.
2018-01-28 11:55:25 -08:00
Maximiliano Sandoval b97475cd4d "go" and "gO" differences
the go and gO commands act depending on the window configuration,
sometimes is in another windows and sometimes in the same.
2018-01-28 11:55:25 -08:00
Maximiliano Sandoval 854f28d645 Added "go" 2018-01-28 11:55:25 -08:00
James Nguyen b7b1a6c295 Buff-menu: Require evil 2018-01-28 11:50:32 -08:00
James Nguyen 71fe3bfccc Buff-menu: Tweak 2018-01-28 11:50:26 -08:00
James Nguyen 8e531ff597 Buff-menu: Add version check at keybinding level 2018-01-28 11:49:26 -08:00
James Nguyen 3638274575 Buff-menu: Format 2018-01-28 11:46:25 -08:00
Maximiliano Sandoval 5f31466067 Added version check and minor fixes
TODO: See why some normal-state keys are not getting loaded (e.g. `v`
and `k`), then remove `evil-add-hjkl-bindings` and some redundant
bindings.
Added the correct prefix to functions and definitions.
Changed `v` and `V` to `gv` and `gV`.
2018-01-28 11:39:19 -08:00
Maximiliano Sandoval 59097e17ff Added keys and unmark-all
Added keys, fixed others like "go" and "gO". I also taken some
functions from emacs upstream.
2018-01-28 11:39:19 -08:00
Maximiliano Sandoval a3876e6869 Added more keys
The function `evil-collection-Buffer-menu-unmark-all` has to be
defined. There was a " " that I did not want to include so I could
bound "SPC" elsewhere.
2018-01-28 11:39:19 -08:00
James Nguyen e7a37237cb Ag: Add visual 2018-01-27 17:22:01 -08:00
James Nguyen 08ee8e9f01 Attempt to fix some links 2018-01-27 15:54:08 -08:00
James Nguyen 602d24f07d Add skeleton for buff-menu binding 2018-01-27 15:47:44 -08:00
James Nguyen eb53fdef8a Which-key: Tweak 2018-01-27 15:40:41 -08:00
James Nguyen 367e6b34c6 Test with only 25.3 2018-01-27 15:36:39 -08:00
Maximiliano Sandoval 51cc62e0d2 Added defvar 2018-01-27 15:35:43 -08:00
Maximiliano Sandoval 0bd177bb65 Abort keybind 2018-01-27 15:35:43 -08:00
Maximiliano Sandoval e155ac14a6 Support for which-key 2018-01-27 15:35:43 -08:00
James Nguyen fdfa735784 Tweak readme 2018-01-27 11:53:39 -08:00
James Nguyen 9cb2cfa6d0 Reftex: Tweak help text 2018-01-27 11:49:57 -08:00
James Nguyen c68d1a9027 Package-menu: Use quit-window instead of macro recording
I haven't found a use case for recording macros while in a
package-menu but I surmise that's a rare-er case than trying to quit
out of it.
2018-01-27 11:49:54 -08:00
James Nguyen 20d89df1e7 Debug: Add some more short keys
Debug could use some polish.
2018-01-27 11:44:32 -08:00
James Nguyen 79e5b0a95c Debug: Use normal state 2018-01-27 11:44:04 -08:00
James Nguyen 9e68afb767 Doc-view: Use normal state 2018-01-27 11:38:34 -08:00
James Nguyen bd302e9d93 Man: Use normal state 2018-01-27 11:35:22 -08:00
James Nguyen 5bb93afb3f Image: Use normal state 2018-01-27 11:32:50 -08:00
James Nguyen 387fd5e4b8 Image: Reverse scrolling order
These two seem to scroll in the opposite direction for me...
2018-01-27 11:27:01 -08:00
James Nguyen 80a79e73c4 IBuffer: Prioritize C-d 2018-01-27 11:24:31 -08:00
Maximiliano Sandoval 9bcfa21140 dash 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval 8a95077120 Minor changes 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval d8230d215b Added legal stuff. 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval 9c2d532485 Removed some overlapping 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval 2731edaf6d minor change. 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval fdaa6092c5 Add reftex 2018-01-26 18:25:53 -08:00
James Nguyen 85d3ad28ea Vc-annotate: d -> D 2018-01-23 00:05:04 -08:00
James Nguyen 43d876b08c Add log-view 2018-01-22 22:15:41 -08:00
James Nguyen 8270e4b6dc Add vc-annotate 2018-01-22 22:15:32 -08:00
James Nguyen 69d20122b5 Add cmake-mode 2018-01-20 12:47:52 -08:00
James Nguyen 96da780a3d Fix show-paren advice not activating (#79)
Moved to advice-add as well as move integration into separate file.
2018-01-20 00:58:59 -08:00
James Nguyen 8e18f2b72f Add popup 2018-01-20 00:57:49 -08:00
James Nguyen 76810aeff8 Add go-mode
This still needs to be fleshed out more.
2018-01-19 18:56:47 -08:00
James Nguyen 655a0cb033 Add quickrun 2018-01-19 18:56:25 -08:00
James Nguyen 12d4fcfe8f Cider: Add cider-stacktrace-mode-map 2018-01-17 20:17:30 -08:00
James Nguyen 8f085ad9ca Cider: Add inspector map 2018-01-16 18:58:25 -08:00
James Nguyen c1555973b3 Cider: Add debugger keys 2018-01-16 18:58:22 -08:00
Pierre Neidhardt 3c2b8cd5b9 Revert "info: Fix missing require for evil-search"
This reverts commit 1cf5f1b9e6.
2018-01-16 19:26:46 +01:00
Pierre Neidhardt 1cf5f1b9e6 info: Fix missing require for evil-search 2018-01-16 11:30:10 +01:00
James Nguyen 42f8a8bed6 Add travis workaround
https://github.com/flycheck/emacs-travis/issues/13
https://github.com/travis-ci/travis-ci/issues/9073
7a4ba84d06
2018-01-15 23:19:33 -08:00
Evgeni Kolev 9d2f38130f Add missing space 2018-01-15 01:56:36 -08:00
James Nguyen 45282c1476 Readme: Clarify and fix some errors 2018-01-14 12:30:25 -08:00