Skip to content

Commit e20c3da

Browse files
authored
Add kakoune editor support (JuliaLang#40112)
* add kakoune editor support * add micro and kakoune to docstring
1 parent b50595d commit e20c3da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdlib/InteractiveUtils/src/editless.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ already work:
6262
- vim
6363
- nvim
6464
- nano
65+
- micro
66+
- kak
6567
- textmate
6668
- mate
6769
- kate
@@ -119,7 +121,7 @@ function define_default_editors()
119121
end
120122
# Must check that emacs not running in -t/-nw before regex match for general emacs
121123
define_editor(Any[
122-
"vim", "vi", "nvim", "mvim", "nano", "micro",
124+
"vim", "vi", "nvim", "mvim", "nano", "micro", "kak",
123125
r"\bemacs\b.*\s(-nw|--no-window-system)\b",
124126
r"\bemacsclient\b.\s*-(-?nw|t|-?tty)\b",
125127
], wait=true) do cmd, path, line

0 commit comments

Comments
 (0)