On Tue, Apr 23, 2019 at 04:54:17PM +0600, Enan Ajmain wrote: > Hi, > > I want to add a keybinding to ST to spawn a new ST window in the > current working directory. How do I do that? > > Thanks, > Enan >
Hello, personally, I put bindkey -e -s '^[t' 'st >/dev/null 2>&1 &!\n' in my .zshrc so alt+t does exactly what you want.