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
1 changed files with 2 additions and 0 deletions

View File

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