Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I tried to give it a go once and I remember constantly hitting small problems and after two days spent on fighting I went back to zsh.

The most annoying problem I couldn't find a solution for was lack of ability to open majority of applications in terminal - e.g. postgress shell.

Solution I am using nowadays is:

1. Zsh->Emacs shell macro to open file in emacs using emacsclient.

2. Emacs->Zsh by emacs function generating "cd" command to the folder of current file and adding it to my clipboard.



If you add binaries like psql, that need to control the terminal, to `eshell-visual-commands', Emacs will give them their own ansi-term buffers when you start them in eshell. `eshell-visual-subcommands' does the same for e.g. git log (but try Magit, too!)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: