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
|
# 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 [^*].* %{
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user