diff options
| author | Asher <ash@coder.com> | 2019-10-22 12:27:17 -0500 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2019-10-22 19:32:26 -0700 |
| commit | a96d06677d69322f072f47b5b59d94cb84cf7304 (patch) | |
| tree | 222b793e3aa4bff4309b9e1dfbe2bcff1c51bfd9 /modes/tablist | |
| parent | 66b8a4bc014b0ce11a1d915113d1f7a33c8d6daf (diff) | |
Free up `k` in tablist
This restores it to 'evil-previous-line.
Fixes #272.
Diffstat (limited to 'modes/tablist')
| -rw-r--r-- | modes/tablist/evil-collection-tablist.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/tablist/evil-collection-tablist.el b/modes/tablist/evil-collection-tablist.el index f339d24..2590f4f 100644 --- a/modes/tablist/evil-collection-tablist.el +++ b/modes/tablist/evil-collection-tablist.el @@ -39,7 +39,7 @@ (kbd "RET") 'tablist-find-entry "d" 'tablist-flag-forward "f" 'tablist-find-entry - "D" 'tablist-do-delete + "X" 'tablist-do-delete "C" 'tablist-do-copy "R" 'tablist-do-rename "x" 'tablist-do-flagged-delete) @@ -53,7 +53,7 @@ "g*" tablist-mode-mark-map "g/" tablist-mode-filter-map "gr" 'tablist-revert - "k" 'tablist-do-kill-lines + "D" 'tablist-do-kill-lines "m" 'tablist-mark-forward "q" 'tablist-quit "s" 'tablist-sort |
