shell: use kak as default editor, kakoune: add fzf menu docstring

This commit is contained in:
2026-05-07 22:52:23 +02:00
parent 70cd97c9b0
commit 5f37235a4c
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@
export LANG=pl_PL.UTF-8
export EDITOR=nvim
export VISUAL=nvim
export EDITOR=kak
export VISUAL=kak
# if running bash
if [ -n "$BASH_VERSION" ]; then