Re: [dev] [st] How do I add a keybinding to open a new ST window in the current working directory?

2019-05-11 Thread Enan Ajmain
Hi, Thanks. That will work for me, just updated for bash. Until I get to add this functionality into ST directly, it will work. Thanks again, Enan Ajmain On Sat, May 11, 2019 at 3:17 PM Hadrien Lacour wrote: > > On Tue, Apr 23, 2019 at 04:54:17PM +0600, Enan Ajmain wrote: > > Hi, > > > > I want

[dev] key-value config reader

2019-05-11 Thread Piotr Oleskiewicz
Hi, I wrote a very simple config reader for C programs that require frequent re-configuration. It is ~60 lines, header only (X Macros), and accepts key-value pairs. Here it is: https://src.oleskiewi.cz/kv/ Could I ask for some feedback & comments? Two things I wanted to focus on next are (1) a

Re: [dev] [st] How do I add a keybinding to open a new ST window in the current working directory?

2019-05-11 Thread Hadrien Lacour
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