AutoYADM commit: 2025-05-21 23:06:39

This commit is contained in:
Daniel Fichtinger 2025-05-21 23:06:39 -04:00
parent 9b953c36e0
commit 314cefd1ca
3 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,3 @@
# https://strongly-typed-thoughts.net/blog/kakoune-philosophy
set-option global grepcmd 'rg --column --smart-case --sort path'

View file

@ -2,8 +2,9 @@ define-command ide %{
rename-client main
set-option global jumpclient main
new rename-client docs
set global docsclient docs
new rename-client util
set global docsclient util
set global toolsclient util
# new rename-client tools
# set global toolsclient tools

View file

@ -6,6 +6,7 @@ colorscheme ashen
require-module fishr
require-module surround
try %{
set-option global ashen_dynamic_cursor true
set-option global ashen_eol_cursor true