mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 14:22:33 +00:00
Add kakoune to the list of editors
This commit is contained in:
parent
87ed774cb4
commit
5143b62a07
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ def get_editor():
|
|||
import shlex
|
||||
ans = os.environ.get('EDITOR')
|
||||
if not ans or not exe_exists(shlex.split(ans)[0]):
|
||||
for q in ('vim', 'nvim', 'vi', 'emacs', 'micro', 'nano', 'vis'):
|
||||
for q in ('vim', 'nvim', 'vi', 'emacs', 'kak', 'micro', 'nano', 'vis'):
|
||||
r = exe_exists(q)
|
||||
if r:
|
||||
ans = r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue