AutoYADM commit: 2025-05-21 23:06:39
This commit is contained in:
parent
9b953c36e0
commit
314cefd1ca
3 changed files with 7 additions and 2 deletions
3
.config/kak/autoload/grep.kak
Normal file
3
.config/kak/autoload/grep.kak
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# https://strongly-typed-thoughts.net/blog/kakoune-philosophy
|
||||||
|
set-option global grepcmd 'rg --column --smart-case --sort path'
|
||||||
|
|
|
@ -2,8 +2,9 @@ define-command ide %{
|
||||||
rename-client main
|
rename-client main
|
||||||
set-option global jumpclient main
|
set-option global jumpclient main
|
||||||
|
|
||||||
new rename-client docs
|
new rename-client util
|
||||||
set global docsclient docs
|
set global docsclient util
|
||||||
|
set global toolsclient util
|
||||||
|
|
||||||
# new rename-client tools
|
# new rename-client tools
|
||||||
# set global toolsclient tools
|
# set global toolsclient tools
|
||||||
|
|
|
@ -6,6 +6,7 @@ colorscheme ashen
|
||||||
require-module fishr
|
require-module fishr
|
||||||
require-module surround
|
require-module surround
|
||||||
|
|
||||||
|
|
||||||
try %{
|
try %{
|
||||||
set-option global ashen_dynamic_cursor true
|
set-option global ashen_dynamic_cursor true
|
||||||
set-option global ashen_eol_cursor true
|
set-option global ashen_eol_cursor true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue