mirror of
https://github.com/mickael-menu/zk
synced 2024-11-13 01:10:43 +00:00
482 B
482 B
Setting your default editor
zk
is not a text editor. Instead, it is designed to interface with your favorite editor to write your notes.
You can customize which editor to use either from the configuration file or environment variables. In order of precedence, zk
will use:
ZK_EDITOR
environment variableeditor
configuration property[tool] editor = "vim"
VISUAL
environment variableEDITOR
environment variable