mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
bindings: fix emacs bindings and add more
This commit is contained in:
committed by
Undead Kernel
parent
ac5168f8af
commit
56d8e1e0f8
@@ -132,10 +132,12 @@ You should use `set-eshell-alias!' to change this.")
|
||||
:n "C" #'+eshell/evil-change-line
|
||||
:n "d" #'+eshell/evil-delete
|
||||
:n "D" #'+eshell/evil-delete-line
|
||||
:i "TAB" #'+eshell/pcomplete
|
||||
:i [tab] #'+eshell/pcomplete
|
||||
:i "C-d" #'+eshell/quit-or-delete-char
|
||||
:ig "TAB" #'+eshell/pcomplete
|
||||
:ig [tab] #'+eshell/pcomplete
|
||||
:ig "C-d" #'+eshell/quit-or-delete-char
|
||||
"C-s" #'+eshell/search-history
|
||||
;; Emacs bindings
|
||||
"C-e" #'end-of-line
|
||||
;; Tmux-esque prefix keybinds
|
||||
"C-c s" #'+eshell/split-below
|
||||
"C-c v" #'+eshell/split-right
|
||||
|
Reference in New Issue
Block a user