eat: go into insert mode. Also nmtui alias for eshell.
This commit is contained in:
parent
2ee1ef3430
commit
3d0ea8fedb
@ -1,3 +1,4 @@
|
|||||||
alias catimg dat $*
|
alias nmtui eat "tmux -c nmtui"
|
||||||
alias cat dat $*
|
|
||||||
alias clear clear-scrollback
|
alias clear clear-scrollback
|
||||||
|
alias cat dat $*
|
||||||
|
alias catimg dat $*
|
||||||
|
@ -241,7 +241,9 @@ If the current window occupies the whole frame, split it."
|
|||||||
(:exclude ".dir-locals.el" "*-tests.el")))
|
(:exclude ".dir-locals.el" "*-tests.el")))
|
||||||
:custom
|
:custom
|
||||||
(eat-kill-buffer-on-exit t)
|
(eat-kill-buffer-on-exit t)
|
||||||
:hook (eshell-mode . eat-eshell-visual-command-mode))
|
:hook
|
||||||
|
(eshell-mode . eat-eshell-visual-command-mode)
|
||||||
|
(eat-mode . evil-insert-state))
|
||||||
(elpaca-use-package hide-mode-line
|
(elpaca-use-package hide-mode-line
|
||||||
:commands (hide-mode-line-mode))
|
:commands (hide-mode-line-mode))
|
||||||
;; (elpaca-use-package eshell-vterm
|
;; (elpaca-use-package eshell-vterm
|
||||||
|
Loading…
Reference in New Issue
Block a user