mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -144,6 +144,8 @@ You should use `set-eshell-alias!' to change this.")
|
|||||||
[remap evil-delete-back-to-indentation] #'eshell-kill-input
|
[remap evil-delete-back-to-indentation] #'eshell-kill-input
|
||||||
[remap evil-window-split] #'+eshell/split-below
|
[remap evil-window-split] #'+eshell/split-below
|
||||||
[remap evil-window-vsplit] #'+eshell/split-right
|
[remap evil-window-vsplit] #'+eshell/split-right
|
||||||
|
;; To emulate terminal keybinds
|
||||||
|
"C-l" #'eshell/clear
|
||||||
(:localleader
|
(:localleader
|
||||||
"b" #'eshell-insert-buffer-name
|
"b" #'eshell-insert-buffer-name
|
||||||
"e" #'eshell-insert-envvar
|
"e" #'eshell-insert-envvar
|
||||||
|
Reference in New Issue
Block a user