doomemacs/modules/term/shell
Henrik Lissner ac649cce2a
feat(lib): add doom-real-buffer-modes
For dictating what buffers are considered real based on their major
modes.

Also makes most terminal emulator or comint-mode buffers real by
default.

Fix: doomemacs/community#73
2026-02-20 20:37:31 -05:00
..
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04:00
autoload.el refactor: (if|when)-let -> (if|when)-let* 2025-01-08 19:33:37 -05:00
config.el feat(lib): add doom-real-buffer-modes 2026-02-20 20:37:31 -05:00
packages.el Add :term shell module 2019-07-13 13:00:24 +02:00
README.org docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00

:term shell

Description   unfold

Provides a REPL for your shell.

💡 shell is more REPL than terminal emulator. You can edit your command line like you would any ordinary text in Emacs something you can't do in doom-package:term (without term-line-mode, which can be unstable) or doom-package:vterm.

Due to shell's simplicity, you're less likely to encounter edge cases (e.g. against your shell config), but it's also the least capable. TUI programs like htop or vim won't work in shell directly, but will be launched in a term buffer which handles them reasonably well.

Maintainers

This module has no dedicated maintainers. Become a maintainer?

Module flags

This module has no flags.

Packages

This module doesn't install any packages.

Hacks

No hacks documented for this module.

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module has no external requirements.

TODO Usage

󱌣 This module has no usage documentation yet. Write some?

TODO Configuration

󱌣 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

󱌣 This module has no appendix yet. Write one?