kak: replace fzf.kak with peneira

This commit is contained in:
Natsu Kagami 2022-07-06 12:42:03 -04:00
parent c9ee01f65e
commit 9fcbb9750a
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 74 additions and 20 deletions

View file

@ -46,13 +46,6 @@ set global grepcmd "rg --line-number --no-column --no-heading --color=never ''"
# }
# map global user t -docstring "Open a side terminal on the current directory" ' :iterm-terminal-horizontal fish<ret>'
# fzf.kak
require-module fzf
# set global fzf_terminal_command 'iterm-terminal-horizontal kak -c %val{session} -e "%arg{@}"'
# set global fzf_grep_command 'rg'
set global fzf_highlight_command 'bat --style=plain --theme=GitHub --color=always {}'
map global user f -docstring "FZF mode" ': fzf-mode<ret>'
# Comment line and block
map global normal <#> ': comment-line<ret>'
map global normal <a-#> ': comment-block<ret>'