Newsticker: fix the C-j issue

This commit is contained in:
condy 2021-04-14 19:55:28 +08:00
parent 65766ad8c0
commit b6025cf9ea
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@
(kbd "SPC") 'newsticker-treeview-next-page
"J" 'newsticker-treeview-jump
;; If it's not defined, C-j will implicitly converts to RET that shadows the
;; C-j binding.
(kbd "RET") 'newsticker-treeview-show-item
;; mark
"o" 'newsticker-treeview-mark-item-old
"O" 'newsticker-treeview-mark-list-items-old