diff options
| author | michael <none> | 2019-11-23 14:39:05 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-11-23 17:50:25 +0100 |
| commit | 63ad52dd5de6e3293ed93837121ec9b33af6ffd4 (patch) | |
| tree | b24bb416466e17534a53d3ca514c55200cc7bb64 | |
| parent | eb465351cc8e07f3aee550f16ba51c6c752945b3 (diff) | |
Remove gnus-summary-kill-same-subject-and-select keybinding
The keybinding for evil-previous-line shouldn't be overwritten.
| -rw-r--r-- | modes/gnus/evil-collection-gnus.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modes/gnus/evil-collection-gnus.el b/modes/gnus/evil-collection-gnus.el index ec5beed..e871183 100644 --- a/modes/gnus/evil-collection-gnus.el +++ b/modes/gnus/evil-collection-gnus.el @@ -133,7 +133,6 @@ "E" 'gnus-summary-mark-as-expirable (kbd "M-u") 'gnus-summary-clear-mark-forward (kbd "M-U") 'gnus-summary-clear-mark-backward - "k" 'gnus-summary-kill-same-subject-and-select (kbd "C-k") 'gnus-summary-kill-same-subject (kbd "M-C-k") 'gnus-summary-kill-thread (kbd "M-C-l") 'gnus-summary-lower-thread |
