From 30a89c5619939ce569d5f2bfbd1950dbb17a5053 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 9 Jun 2025 14:28:38 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-09 14:28:38 --- .config/kak/kakrc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index acde4b55..f45dd876 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -94,20 +94,6 @@ map -docstring 'case insensitive backward extend-search' global user '' L" map -docstring 'Extend to file end' global user n "gjl" -# Zathura pdf preview only for Typst files - -# hook global WinSetOption filetype=typst %{ -# define-command -docstring %{ -# Spawns a Zathura pdf preview and Typst watcher for the currently open Typst file -# } typst %{ -# nop %sh{ -# { -# "$kak_config/scripts/kak-typ-zathura.fish" -k -w "$kak_buffile" "$kak_client_pid" -# } > /dev/null 2>&1 < /dev/null & -# } -# } -# } - define-command -docstring "Create a scratch buffer" scratch %{ edit -scratch }