doomemacs/modules
Henrik Lissner 7f79eb4579
Major redesign of emacs/eshell
+ :sh can now be fed commands to run immediately, e.g. :sh cd %:P to
  start from the current project root.
+ Eshell will spawn a new eshell on every split. This can be controlled
  via `+eshell-enable-new-shell-on-split'
+ Eshell can be configured to kill the window when you kill the eshell
  process. This is disabled by default. See
  `+eshell-kill-window-on-exit'. Some commands ignore this, like the
  quit-and-close command (I alias this to "q").
+ eshell-directory-name has been moved to doom-etc-dir/eshell. It will
  seem like eshell has forgotten all your history, but you can move
  ~/.eshell (or ~/.doom.d/eshell) to ~/.emacs.d/.local/etc/eshell and
  you'll be fine.
+ eshell-aliases-file has been moved to ~/.doom.d/eshell_aliases by
  default.
+ Automatic writing to eshell-aliases-file has been disabled. No shell
  so aggressively persists aliases. You may maintain it yourself, or use
  the new +eshell-aliases variable to customize eshell from Doom.
+ C-s now invokes a history search with ivy/helm.
+ C-c s and C-c v split horizontally and vertically. Inspired by tmux.
+ C-c x kill the current eshell and its window. Inspired by tmux.j
+ New set-eshell-alias! autodef for defining your own aliases.
+ +eshell/open-workspace has been replaced with +eshell/open-fullscreen.
+ Added the "cd-to-project" command. I suggest you alias it.
2018-06-18 22:31:27 +02:00
..
app 💥 Change set-popup-rule! usage 2018-06-18 02:34:16 +02:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion 💥 Change set-popup-rule! usage 2018-06-18 02:34:16 +02:00
config Bind C-s to *-minibuffer-history in evil-ex 2018-06-18 11:29:08 +02:00
editor/parinfer Fix :hook modes for parinfer-mode 2018-06-13 16:53:44 +02:00
emacs Major redesign of emacs/eshell 2018-06-18 22:31:27 +02:00
feature Minor refactor, across the board 2018-06-18 15:02:24 +02:00
lang 💥 Change set-popup-rule! usage 2018-06-18 02:34:16 +02:00
tools Optimize :tools rotate-text 2018-06-18 17:32:44 +02:00
ui Minor refactor, across the board 2018-06-18 15:02:24 +02:00