diff options
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1093,10 +1093,10 @@ There's no way I could top that, so I won't attempt to. (make-local-variable 'company-idle-delay) (setq company-idle-delay nil) (bind-keys :map eshell-mode-map - ("C-d" . amin/eshell-quit-or-delete-char) - ("C-l" . amin/eshell-clear) - ("M-r" . counsel-esh-history) - ([tab] . company-complete))) + ("C-d" . amin/eshell-quit-or-delete-char) + ("C-S-l" . amin/eshell-clear) + ("M-r" . counsel-esh-history) + ([tab] . company-complete))) :hook (eshell-mode . amin|eshell-setup) :custom |