kak: FZF
This commit is contained in:
parent
8519445d51
commit
1db0f75674
3 changed files with 14 additions and 0 deletions
|
@ -85,3 +85,13 @@ define-command sleuth -docstring 'Heuristically set buffer options' %{
|
||||||
|
|
||||||
hook -group sleuth global BufOpenFile .* %{ sleuth }
|
hook -group sleuth global BufOpenFile .* %{ sleuth }
|
||||||
hook -group sleuth global BufWritePost .* %{ sleuth }
|
hook -group sleuth global BufWritePost .* %{ sleuth }
|
||||||
|
|
||||||
|
# ------------
|
||||||
|
# FZF
|
||||||
|
# ------------
|
||||||
|
source "%val{config}/plugins/fzf.kak/rc/fzf.kak"
|
||||||
|
evaluate-commands %sh{
|
||||||
|
env>/dev/stderr
|
||||||
|
find -L "$kak_config/plugins/fzf.kak/rc/modules/" -type f -name '*.kak' -exec printf 'source "%s"\n' {} \;
|
||||||
|
}
|
||||||
|
map global normal <c-p> ': fzf-mode<ret>f'
|
||||||
|
|
1
.config/kak/plugins/fzf.kak
Submodule
1
.config/kak/plugins/fzf.kak
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 68f21eb78638e5a55027f11aa6cbbaebef90c6fb
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -40,3 +40,6 @@
|
||||||
[submodule ".config/kak/plugins/zig.kak"]
|
[submodule ".config/kak/plugins/zig.kak"]
|
||||||
path = .config/kak/plugins/zig.kak
|
path = .config/kak/plugins/zig.kak
|
||||||
url = https://gitea.nulo.in/Nulo/zig.kak
|
url = https://gitea.nulo.in/Nulo/zig.kak
|
||||||
|
[submodule ".config/kak/plugins/fzf.kak"]
|
||||||
|
path = .config/kak/plugins/fzf.kak
|
||||||
|
url = https://github.com/andreyorst/fzf.kak
|
||||||
|
|
Loading…
Reference in a new issue