Furkanzmc / zettelkasten.nvim

A Vim Philosophy Oriented Zettelkasten Note Taking Plugin
The Unlicense
227 stars 10 forks source link

add support for enew tabs in :ZkNew #29

Closed krlhBlupine closed 9 months ago

krlhBlupine commented 9 months ago

Pretty much what it says on the tin- I'd like to be able to use the plugin to create new tabs when I make a new note, rather than horizontally splitting my existing buffer.

Furkanzmc commented 9 months ago

Hey!

Thanks for the issue.

I just pushed 8f733407446c89000a97fe157946b1823432a703 that changes :ZkNew so it accepts |.

You can now just use tabnew | ZkNew | only or any combination you prefer to change the way a new note is created.

WindowsTerminal_kuqLOJGcJw