eat: go into insert mode. Also nmtui alias for eshell.

This commit is contained in:
MitchMarq42 2023-01-31 19:16:35 -09:00
parent 2ee1ef3430
commit 3d0ea8fedb
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,4 @@
alias catimg dat $*
alias cat dat $*
alias nmtui eat "tmux -c nmtui"
alias clear clear-scrollback
alias cat dat $*
alias catimg dat $*

View File

@ -241,7 +241,9 @@ If the current window occupies the whole frame, split it."
(:exclude ".dir-locals.el" "*-tests.el")))
:custom
(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
:commands (hide-mode-line-mode))
;; (elpaca-use-package eshell-vterm