|
|
|
|
|
by iLemming
236 days ago
|
|
> I have eshell bound to a keybind, but I've never use it For years, I had a similar feeling about it. And then I learned that in eshell you can pipe in and out of buffers. So you can for example grep the content of one buffer and pipe results into another. Or pipe the output of a command to a buffer, and you even can chain them pipes. That often comes extremely handy. |
|