diff options
| author | Philippe Vaucher <philippe.vaucher@stvs.com> | 2019-11-05 11:12:31 +0100 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2019-11-10 19:49:15 +0700 |
| commit | 9346f69da629675f7e170e8e9fa650fa8d7b8102 (patch) | |
| tree | 00653ad88c1e021c244ffbd4447cf1c426f4388d /modes/tablist | |
| parent | 8e0dd40f39a9645321bd23c5491d0ce127cf8498 (diff) | |
Improve tablist bindings
Diffstat (limited to 'modes/tablist')
| -rw-r--r-- | modes/tablist/evil-collection-tablist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/tablist/evil-collection-tablist.el b/modes/tablist/evil-collection-tablist.el index 2590f4f..20492a4 100644 --- a/modes/tablist/evil-collection-tablist.el +++ b/modes/tablist/evil-collection-tablist.el @@ -53,7 +53,7 @@ "g*" tablist-mode-mark-map "g/" tablist-mode-filter-map "gr" 'tablist-revert - "D" 'tablist-do-kill-lines + "K" 'tablist-do-kill-lines "m" 'tablist-mark-forward "q" 'tablist-quit "s" 'tablist-sort |
