Free up `k` in tablist

This restores it to 'evil-previous-line.

Fixes #272.
This commit is contained in:
Asher 2019-10-22 12:27:17 -05:00 committed by James N
parent 66b8a4bc01
commit a96d06677d
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
(kbd "RET") 'tablist-find-entry (kbd "RET") 'tablist-find-entry
"d" 'tablist-flag-forward "d" 'tablist-flag-forward
"f" 'tablist-find-entry "f" 'tablist-find-entry
"D" 'tablist-do-delete "X" 'tablist-do-delete
"C" 'tablist-do-copy "C" 'tablist-do-copy
"R" 'tablist-do-rename "R" 'tablist-do-rename
"x" 'tablist-do-flagged-delete) "x" 'tablist-do-flagged-delete)
@ -53,7 +53,7 @@
"g*" tablist-mode-mark-map "g*" tablist-mode-mark-map
"g/" tablist-mode-filter-map "g/" tablist-mode-filter-map
"gr" 'tablist-revert "gr" 'tablist-revert
"k" 'tablist-do-kill-lines "D" 'tablist-do-kill-lines
"m" 'tablist-mark-forward "m" 'tablist-mark-forward
"q" 'tablist-quit "q" 'tablist-quit
"s" 'tablist-sort "s" 'tablist-sort