Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

esh-buf-stack.el

This library adds a buffer stack feature to Eshell. It is inspired by the buffer stack in Zsh.

You can install it by using package-install via MELPA.

To use this package, add these lines to your .emacs file:

 (require'esh-buf-stack)
(setup-eshell-buf-stack)
(add-hook'eshell-mode-hook
(lambda ()
(local-set-key
(kbd"M-q") 'eshell-push-command)))

You can push the current command to the buffer stack by using M-q, and after executing another command, you can see the top of the stack poped.

About

This library adds a buffer stack feature to Eshell.

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages