Commit Graph

454 Commits

Author SHA1 Message Date
Pierre Neidhardt 8ca2da95b7 info: Bind "yu" to Info-copy-current-node-name 2018-03-01 08:50:43 +01:00
Pierre Neidhardt a5303b07ee Silence compiler warnings 2018-02-27 09:20:57 +01:00
Pierre Neidhardt 09fade374c readme: Finalize marking rationale 2018-02-27 09:19:36 +01:00
Pierre Neidhardt 114b2ae5fc Normalize mark bindings 2018-02-27 09:19:36 +01:00
Pierre Neidhardt 355cb778e0 info: Rebind "m" to Info-menu 2018-02-26 19:00:19 +01:00
James Nguyen 7adf05cf25 Rtags: Remove s binding 2018-02-26 00:21:48 -08:00
James Nguyen 7fd2f6e174 Remove TODOs
Kept bindings.
2018-02-26 00:21:33 -08:00
James Nguyen 441e93bd19 Format 2018-02-24 17:14:40 -08:00
James Nguyen 5b2da79e7e Fix linting errors 2018-02-24 17:14:05 -08:00
Pierre Neidhardt 636171c8da pdf: Require pdf-tools 2018-02-24 20:54:06 +01:00
Pierre Neidhardt dd69b1916d buff-menu: Use kbd 2018-02-24 15:35:42 +01:00
Pierre Neidhardt 951df9586d helm: Change insert-state cursor and show visual selection in header line 2018-02-24 13:44:15 +01:00
Pierre Neidhardt 1a5f33ba18 info: Bind "gg" to evil-goto-first-line 2018-02-24 10:15:47 +01:00
Pierre Neidhardt a2147b2173 Fix pasting after "yu" 2018-02-24 09:22:48 +01:00
Pierre Neidhardt 58d951baea Bind "yu" to "yank URL" in EWW, Elfeed, transmission 2018-02-23 18:31:31 +01:00
Pierre Neidhardt b967945f9b Add calc 2018-02-23 17:51:52 +01:00
Pierre Neidhardt c3ba256c4e popup: Fix typo (spurious period) 2018-02-22 18:25:36 +01:00
Pierre Neidhardt ec79e801bf ztree: Use normal state 2018-02-22 18:25:36 +01:00
Pierre Neidhardt ed1e0b14a6 transmission: Bind transmission-move to "r" 2018-02-22 18:25:35 +01:00
Pierre Neidhardt 0ba0a5feaf transmission: Use normal state 2018-02-22 18:25:35 +01:00
Pierre Neidhardt 277b55ca8d proced: Use normal state 2018-02-22 18:25:35 +01:00
Pierre Neidhardt 3b40848734 PDF: Use normal state 2018-02-22 18:25:35 +01:00
Pierre Neidhardt a27d3cf741 Outline: Use normal state 2018-02-22 18:25:35 +01:00
Pierre Neidhardt ca66f134a0 Info: Use normal state 2018-02-22 18:25:35 +01:00
Pierre Neidhardt e863d52503 EWW: Use normal state 2018-02-22 18:25:35 +01:00
Pierre Neidhardt 0b1a91436d Emms: Use normal state 2018-02-22 18:25:35 +01:00
Pierre Neidhardt ad71f79c66 Elfeed: Use normal state 2018-02-22 18:25:35 +01:00
Pierre Neidhardt 2c539dbcca Add -inhibit-insert-state helper function 2018-02-22 18:25:35 +01:00
Pierre Neidhardt b90872547f Emms: Add bindings for browser-search-mode and metaplaylist-mode 2018-02-22 18:25:35 +01:00
Pierre Neidhardt d4e6e1f99a eww: Rebind "S-RET", "go", "o", bind "r" to eww-readable 2018-02-22 18:25:16 +01:00
James Nguyen 7f0988479a Mention evil-lispy 2018-02-20 19:14:35 -08:00
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