diff options
author | Hideaki Kawai <kayhide@gmail.com> | 2022-03-22 23:18:02 +0900 |
---|---|---|
committer | Hideaki Kawai <kayhide@gmail.com> | 2022-03-22 23:18:02 +0900 |
commit | 3b776cb0a7574bf11c20fe0a1d91ec1d21d8ebeb (patch) | |
tree | d5c5a37daaa477af4524125605c0e77e9fbc3a57 /src/nix | |
parent | 84348696329b4504b851f0de4a9a9a52321ce59d (diff) |
nix edit: support kakoune
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/edit.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nix/edit.md b/src/nix/edit.md index 80563d06b..89bd09abf 100644 --- a/src/nix/edit.md +++ b/src/nix/edit.md @@ -24,8 +24,8 @@ this attribute to the location of the definition of the `meta.description`, `version` or `name` derivation attributes. The editor to invoke is specified by the `EDITOR` environment -variable. It defaults to `cat`. If the editor is `emacs`, `nano` or -`vim`, it is passed the line number of the derivation using the -argument `+<lineno>`. +variable. It defaults to `cat`. If the editor is `emacs`, `nano`, +`vim` or `kak`, it is passed the line number of the derivation using +the argument `+<lineno>`. )"" |