1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-26 07:29:01 +02:00

tabulated-list-mode: add bindings for column navigation

This commit is contained in:
Nicholas Vollmer 2022-06-08 14:17:58 -04:00 committed by James
parent 79fc09b014
commit e049bc4777

View File

@ -46,6 +46,8 @@
"S" 'tabulated-list-sort "S" 'tabulated-list-sort
"{" 'tabulated-list-narrow-current-column "{" 'tabulated-list-narrow-current-column
"}" 'tabulated-list-widen-current-column "}" 'tabulated-list-widen-current-column
"gl" 'tabulated-list-next-column
"gh" 'tabulated-list-previous-column
"q" 'quit-window)) "q" 'quit-window))
(provide 'evil-collection-tabulated-list) (provide 'evil-collection-tabulated-list)