parent
62f2beacbc
commit
697524f379
1 changed files with 11 additions and 0 deletions
|
@ -61,6 +61,17 @@ hook global WinSetOption filetype=go %{
|
|||
hook buffer BufWritePre .* format-buffer
|
||||
}
|
||||
|
||||
# ------------
|
||||
# Usar Foot
|
||||
# ------------
|
||||
|
||||
hook global KakBegin .* %{ set-option global termcmd "footclient sh -c" }
|
||||
define-command fzf-terminal -params 1.. -shell-completion %{
|
||||
set-option global termcmd "footclient --app-id=fzf sh -c"
|
||||
wayland-terminal %arg{@}
|
||||
set-option global termcmd "footclient sh -c"
|
||||
}
|
||||
|
||||
# ------------
|
||||
# Keybindings genericas
|
||||
# ------------
|
||||
|
|
Loading…
Reference in a new issue