Commit Graph

423 Commits

Author SHA1 Message Date
Evgeni Kolev 2e19cc170f evil-collection-delete-operators: fix typo 2018-02-19 01:40:05 -08:00
James Nguyen 99fef4449c Avy: Rename to match file namespace 2018-02-18 19:52:27 -08:00
James Nguyen 8fb02fbb3b Blanket move avy to its own file
Same as ace-jump, I don't use these modes enough to know if something
is broken..
2018-02-18 19:52:24 -08:00
James Nguyen f38a41a246 Ace-jump-mode: Rename to match file namespace 2018-02-18 19:40:24 -08:00
James Nguyen 4e1444b07a Blanket move ace-jump to its own file
I don't use ace-jump enough.. hopefully this doesn't break anything.

FIXME: Still need to make this pass the linter.
2018-02-18 19:36:28 -08:00
James Nguyen 70ef3e5875 Add js2 2018-02-18 19:28:27 -08:00
James Nguyen 3d2774ee84 Epa: Format 2018-02-18 12:18:18 -08:00
James Nguyen 8f9454e5db Neotree: Format 2018-02-18 12:18:11 -08:00
Evgeni Kolev fad86bb068 Add vdiff.el support 2018-02-15 20:40:41 -08:00
Maximiliano Sandoval f04fd5eef3 Spaces and comments fixed 2018-02-02 17:22:31 -08:00
Maximiliano Sandoval 8c4911c823 Improved spacing 2018-02-02 17:22:31 -08:00
Maximiliano Sandoval 71326dd391 Support for epa
* Added a preliminary set of keybingins.
* The more troubling one is "v" which is bind to `epa-verify-file` in
  this mode there isn't any reason to use `visual-state` so it may be Ok.
2018-02-02 17:22:31 -08:00
Maximiliano Sandoval 726bf177d4 Spaces 2018-02-02 17:22:04 -08:00
Maximiliano Sandoval fc015e8661 Minor fixes
* Fixed the `require`.
* Fixed the spacing.
* Added `quit-window` on "ZZ"
* Removed some comments
2018-02-02 17:22:04 -08:00
Maximiliano Sandoval 3744825eb4 Neotree mode support
Added support for neotree-mode. Some keys require
revision (e.g. "s,S") some others
like "H,K,L" could be used more. Many keybings do not coincide with
the ones used in spacemacs. `neotree-change-root` could use a better
alternative.
2018-02-02 17:22:04 -08:00
James Nguyen 658c574ba4 Dired: Tweak 2018-02-01 17:12:44 -08:00
James Nguyen e50f865550 Ivy: Tweak 2018-02-01 17:12:42 -08:00
Evgeni Kolev 7d2869c34b Remove debugs in evil-collection-diff-mode.el 2018-01-31 23:58:55 -08:00
James Nguyen dc1c23b0fb Add simple 2018-01-29 17:45:42 -08:00
James Nguyen 52462cb8bf Readme: Tweak 2018-01-28 13:10:10 -08:00
James Nguyen a41e6a4809 Update README with FAQ section
Added snippet to show how to give SPC precedence.
2018-01-28 13:07:28 -08:00
James Nguyen 5313e2337d Readme: Clip some lines 2018-01-28 13:04:28 -08:00
James Nguyen db4c7d581f Add free-keys 2018-01-28 12:13:55 -08:00
James Nguyen edc5b357dd Buff-menu: Tweak a few keys
Moved b -> X to be more in line with IBuffer.
Added f/e/b. Still not sure why we need to bind these manually..
2018-01-28 12:04:35 -08:00
James Nguyen 12eb0ffe1f Buff-menu: Clear alignment of quotes 2018-01-28 11:58:26 -08:00
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