doomemacs/modules/term/term
Henrik Lissner 9c842bfad8
Open term popups in current dir, instead of project-root
CDing into the project root can be accomplished with external tools, e.g.

  cd $(git rev-parse --show-toplevel)
  cd $(hg root)
  cd $(npm root)

Any of which could be aliased. Also, +vterm/toggle and term/toggle
define the PROOT environment variable, so `cd $PROOT` will work too.

On the other hand, CDing to the current file/folder requires that the
shell be made aware of the file/directory of some Emacs state, which is
a little trickier to deal with, so I made that the default behavior for
+term/toggle, +vterm/toggle and +eshell/toggle.
2019-06-17 19:25:17 +02:00
..
autoload.el Open term popups in current dir, instead of project-root 2019-06-17 19:25:17 +02:00
config.el Revise term/vterm/eshell commands & keybinds 2019-06-11 07:53:50 +02:00
packages.el Move eshell, term & vterm modules to :term 2019-05-19 02:17:59 -04:00