shell: use kak as default editor, kakoune: add fzf menu docstring
This commit is contained in:
@@ -85,7 +85,7 @@ bundle-theme kakoune-themes "https://codeberg.org/anhsirk0/kakoune-themes"
|
||||
# FZF
|
||||
|
||||
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 [^*].* %{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user