diff options
| author | Nanderty <psopka@sopka.ch> | 2025-08-25 20:03:34 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-08-25 20:03:34 +0200 |
| commit | 0171cf4e6f2acf2b13d9ee7ce129e10e547c8173 (patch) | |
| tree | 9753d44fd2170b61a04b17b9fbe165c6d07013b5 /kakrc | |
| download | kakoune-config-0171cf4e6f2acf2b13d9ee7ce129e10e547c8173.tar.gz kakoune-config-0171cf4e6f2acf2b13d9ee7ce129e10e547c8173.tar.bz2 kakoune-config-0171cf4e6f2acf2b13d9ee7ce129e10e547c8173.zip | |
Initial commit
Diffstat (limited to 'kakrc')
| -rw-r--r-- | kakrc | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +colorscheme kanagawa + +add-highlighter global/ number-lines -relative -hlcursor -separator " " +add-highlighter global/ show-matching +add-highlighter global/ regex \h+$ 0:Error + +set-option global scrolloff 50,100 +set-option global tabstop 4 + +hook global RegisterModified '"' %{ + nop %sh{ + printf "%s" "$kak_main_reg_dquote" | (eval wl-copy --foreground) > /dev/null 2>&1 & + } +} + +map -docstring 'paste wayland clipboard after cursor' global user \ +'p' '<a-!>wl-paste -n<ret>' +map -docstring 'paste wayland clipboard before cursor' global user \ +'P' '!wl-paste -n<ret>' |
