summaryrefslogtreecommitdiff
path: root/modules/eshell-vterm-config.el
AgeCommit message (Collapse)Author
2025-11-01feat:eshell: Add custom 'clear' function and set PAGER to 'cat'Craig Jennings
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.
2025-10-31fix:eshell:allow eshell to load by removing dependency on itselfCraig Jennings
2025-10-23refactor:eshell-vterm-config): update keymap and eshell loadingCraig Jennings
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`.
2025-10-19feat:vshell: vterm main term, launch tmux auto, larger real estateCraig Jennings
- 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
2025-10-12changing repositoriesCraig Jennings