aboutsummaryrefslogtreecommitdiff
path: root/modules/eshell-vterm-config.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:eshell: Add custom 'clear' function and set PAGER to 'cat'Craig Jennings2025-11-011-3/+11
| | | | | | Set the environment variable PAGER to 'cat' to disable pagination in eshell. Remove existing alias for 'clear' and introduce a new custom 'eshell/clear' function that clears the eshell buffer.
* fix:eshell:allow eshell to load by removing dependency on itselfCraig Jennings2025-10-311-1/+0
|
* refactor:eshell-vterm-config): update keymap and eshell loadingCraig Jennings2025-10-231-5/+4
| | | | | | | Replace `define-key` with `keymap-set` for better key binding clarity and reliability. Switch eshell loading from `:defer .5` to `:commands (eshell)` for on-demand loading. Remove unnecessary `:defer` from `xterm-color`.
* feat:vshell: vterm main term, launch tmux auto, larger real estateCraig Jennings2025-10-191-5/+13
| | | | | | - changed vterm to be the main terminal on f12, eshell to be the one on C-f12 - vterm and eshell now take 50% real estate - tmux launches automatically when vterm launches
* changing repositoriesCraig Jennings2025-10-121-0/+229