Oliver Fish

Results 4 issues of Oliver Fish

It would be great if I could prevent instances of kickoff from stacking on top of each other, ideally if kickoff is already open I would not like another instance...

enhancement

Hi, Would it be possible to add a setting to define a new key sequence to enter normal mode? In my current vim workflow I like to use 'jk' and...

enhancement

Before this commit https://github.com/jschaf/pggen/commit/2489d54a806652d73f2c83bb5736a7574582092c I was able to do the following. ```SQL CREATE TABLE table_name ( id BIGSERIAL PRIMARY KEY, data BYTEA ); ``` ```SQL -- name: InsertData :exec INSERT...