We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When setting vim for the editor, the terminal is borked after creating a note with a piped input:
vim
editor
$ echo borking | zk new Vim: Warning: Input is not from a terminal
This works fine with Neovim though (editor = nvim).
editor = nvim
Most likely caused by spawning Vim with the same stdin as zk. Could be fixed by running Vim with vim file </dev/tty.
zk
vim file </dev/tty
The text was updated successfully, but these errors were encountered:
ec574ff
No branches or pull requests
When setting
vim
for theeditor
, the terminal is borked after creating a note with a piped input:This works fine with Neovim though (
editor = nvim
).Most likely caused by spawning Vim with the same stdin as
zk
. Could be fixed by running Vim withvim file </dev/tty
.The text was updated successfully, but these errors were encountered: