Hacker News new | ask | show | jobs
by aduros 1985 days ago
Try this:

    XTerm.vt100.translations: #override \n\
        Ctrl <Key>T: spawn-new-terminal()
2 comments

That opens the new terminal in the home directory, right? My keybind opens it in whatever directory I’m already in which I find handy in deeply nested projects.
It opens in the current directory, not just home.
Sweet!
Works like a charm, thank you.