Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 482 Bytes

tool-editor.md

File metadata and controls

14 lines (11 loc) · 482 Bytes

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:

  1. ZK_EDITOR environment variable
  2. editor configuration property
    [tool]
    editor = "vim"
  3. VISUAL environment variable
  4. EDITOR environment variable