1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-22 07:06:37 +02:00
Commit Graph

780 Commits

Author SHA1 Message Date
Pierre Neidhardt
af0543c5a3 notmuch: Set initial state of notmuch-tree to 'normal 2019-03-19 11:50:43 +01:00
Pierre Neidhardt
b17c48ca58 notmuch: Fix "RET" in notmuch-hello 2019-03-19 11:50:31 +01:00
Pierre Neidhardt
ff778f2094 notmuch: Bind search-mode keys in visual state too 2019-03-17 20:00:52 +01:00
Pierre Neidhardt
6a3fde3143 notmuch: Bind "p" to -show-save-attachments 2019-03-17 20:00:19 +01:00
Pierre Neidhardt
d09e4770be notmuch: Inhibit insert state 2019-03-17 20:00:08 +01:00
Pierre Neidhardt
a925c27d5f Add process-menu 2019-03-17 08:51:28 +01:00
James Nguyen
ee2e2f9b7a Move [ ] to [[ ]] (#225) 2019-03-16 10:54:12 -07:00
Omair Majid
8f6faaecc4 Add omnisharp
Add some basic keybindings for omnisharp
2019-03-16 09:41:09 +00:00
James Nguyen
25597c225f Info: Add h and l 2019-03-07 19:58:37 -08:00
Pierre Neidhardt
de8693e3e1 mu4e: Fix G and gg in visual state for mu4e-compose
Fixes #226.
Thanks to Alan Schmitt for the tip.
2019-03-01 09:46:17 +01:00
Pierre Neidhardt
b067961140 emms: Fix "g-" and "s-" prefix and fix undefined playlist map 2019-02-20 18:48:50 +01:00
Pierre Neidhardt
e7b57aae01 disk-usage: Add "a" and "A" bindings for 1.2.0 2019-02-20 16:08:52 +01:00
Pierre Neidhardt
98442e91f4 Add disk-usage 2019-02-19 09:39:21 +01:00
James Nguyen
79210b0429 Edbi: Declare some variables and functions 2019-02-16 13:13:57 -08:00
James Nguyen
dd726698d0 Don't package lint "with-eval-after-load" 2019-02-16 13:06:34 -08:00
Pierre Neidhardt
f30484deed edbi: Init 2019-02-12 19:15:39 +01:00
Pierre Neidhardt
5b1b5bf92e slime: Bind C-i and C-o to slime-inspector-next and slime-inspector-pop 2019-02-12 19:15:39 +01:00
James Nguyen
4dd49eaba9 Log-view: Make TAB cycle and RET diff
This makes log-view a little more familiar for those already used to Magit's log mode.
2019-02-09 10:54:32 -08:00
James Nguyen
c8b738b431 Vc-dir: Add Lf 2019-02-09 10:47:46 -08:00
James Nguyen
2302df8a67 Remove j and k
Evil's j and k are more flexible.
2019-02-09 10:47:46 -08:00
James Nguyen
1e5720be2b Merge lines 2019-02-09 10:47:46 -08:00
Pierre Neidhardt
1859b4904e slime: Bind "gz" to slime-switch-to-output-buffer 2019-02-08 13:20:54 +01:00
Pierre Neidhardt
0cfdf4ecf0 slime: Add history and prompt navigation bindings 2019-02-06 13:58:38 +01:00
Pierre Neidhardt
3761f96c74 comint: Match Eshell bindings for prompt navigation 2019-02-04 20:21:55 +01:00
Pierre Neidhardt
359f13ac61 Eshell: Add history bindings 2019-02-04 20:21:22 +01:00
James Nguyen
200c036b51 P4: Use navigation commands on current window 2019-01-29 01:16:29 -08:00
leungbk
532b78ff19 Fix typo. 2019-01-21 07:48:01 +00:00
Peter Jones
7b12395c18 mu4e queued mail status needs to be dynamic
This fixes a fairly major bug where mail could be queued but not shown
to the user.  (This happened to me, I had a month of email sitting in
the queue!)

Since the number of messages in the queue can change, and the status
of queuing mail or direct mail can also change, the display should not
be in a defvar which only gets evaluated once when the library is
first loaded.

This change makes it so the queue status is updated each time the main
mu4e view is drawn.
2019-01-17 08:36:11 +01:00
duianto
9e04ee565d Fix readme.org typos 2019-01-11 00:21:52 -08:00
James Nguyen
ffc686d7f4 P4: Add remaining bindings 2019-01-11 00:20:14 -08:00
Pierre Neidhardt
d427d42e2f slime: Homogenize slime-inspector bindings 2019-01-10 10:39:54 +01:00
James Nguyen
8507287931 Tweak general config mention (#219) 2019-01-06 14:26:45 -08:00
willbush
88b083b5b0 Add mention of other packages loading evil to readme
see: https://github.com/emacs-evil/evil-collection/issues/215
2019-01-03 04:17:20 -08:00
willbush
2c5e2d3418 fix inline code typo 2019-01-03 04:17:20 -08:00
Philippe Vaucher
69e5dab89c Fix typos 2019-01-03 00:33:28 -08:00
James Nguyen
4737aa4743 Require cl-lib instead 2018-12-24 15:51:05 -08:00
Pierre Neidhardt
4e1f0e0b17 Add helpful 2018-12-18 09:20:43 +01:00
Justin Burkett
89a4b0e75f ebib: Reorganize and fill in missing bindings
To index mode map, add
  - ZZ/ZQ: quitting
  - y/p: yank/paste
  - C-f/C-b: scrolling

To entry mode map, add
  - ZZ/ZQ: quitting
  - y/p: yank/paste
  - ]/[ and gj/gk: next/prev section

Also inhibit insert bindings in these maps.
2018-12-10 12:44:05 +09:00
MaxSt
7a845e4bbd Add tetris 2018-12-09 20:40:37 +09:00
Justin Burkett
662b7b2d52 ebib: Declare variables for the compiler 2018-12-07 05:05:55 +09:00
Justin Burkett
065cde9b92 ebib: Add initial support 2018-12-07 05:05:55 +09:00
Enze Chi
ac743c25ef Add setup hook to ediff-keymap-setup-hook
As the 'evil-collection-ediff-startup-hook' remaps the keybind, add it to
'ediff-keymap-setup-hook' instead of 'ediff-startup-hook'
2018-11-28 20:20:16 -08:00
Pierre Neidhardt
dfa412db04 w3m: Bind SPC and S-SPC for scrolling 2018-11-14 10:50:58 +01:00
James Nguyen
5c023355c4 View: Normalize keymaps upon entering (#206) 2018-11-11 19:13:51 -08:00
Pierre Neidhardt
ac2c17b425 Add w3m 2018-11-09 11:56:10 +01:00
Pierre Neidhardt
323e1f8e98 hackernews: Add to mode-list 2018-10-17 11:57:13 +02:00
Pierre Neidhardt
a0cca27cbd hackernews: Init 2018-10-17 11:56:45 +02:00
Enze Chi
d9760942c6 Autoload "evil-collection-*-setup" functions
With autoload, it doesn't need "require" the package before call
evil-collection-*-setup function.
2018-10-16 09:22:31 +02:00
James Nguyen
abc9dd60f7 Add restclient 2018-09-27 18:14:34 -07:00
James Nguyen
554d94676f Vc-dir: Use c for next
This allows n to be used for search again.
2018-09-22 10:28:15 -07:00