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

This commit is contained in:
2026-05-08 00:11:53 +02:00
parent 70cd97c9b0
commit 5f37235a4c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ bundle-theme kakoune-themes "https://codeberg.org/anhsirk0/kakoune-themes"
# FZF # FZF
bundle fzf.kak "https://github.com/andreyorst/fzf.kak" %{ bundle fzf.kak "https://github.com/andreyorst/fzf.kak" %{
map global user s ': fzf-mode<ret>' map global -docstring 'FZF menu' user s ': fzf-mode<ret>'
} }
hook global BufCreate [^*].* %{ hook global BufCreate [^*].* %{
+2 -2
View File
@@ -10,8 +10,8 @@
export LANG=pl_PL.UTF-8 export LANG=pl_PL.UTF-8
export EDITOR=nvim export EDITOR=kak
export VISUAL=nvim export VISUAL=kak
# if running bash # if running bash
if [ -n "$BASH_VERSION" ]; then if [ -n "$BASH_VERSION" ]; then