diff options
author | Julian T <julian@jtle.dk> | 2022-10-09 11:46:29 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-10-09 11:46:29 +0200 |
commit | 080d4eb5e354f98363a4b1d8f6a692299c54c389 (patch) | |
tree | 0e622f3b9829da1e630b3b59dc0246d6f485e7b9 /kakoune/.config/kak | |
parent | e0ed64092db25f98d3665605693255c3192efeb2 (diff) |
Switch to arch and 2 spaces for tabs
Diffstat (limited to 'kakoune/.config/kak')
-rw-r--r-- | kakoune/.config/kak/kakrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kakoune/.config/kak/kakrc b/kakoune/.config/kak/kakrc index 0393024..bb9a004 100644 --- a/kakoune/.config/kak/kakrc +++ b/kakoune/.config/kak/kakrc @@ -9,9 +9,9 @@ map global user l %{: enter-user-mode lsp<ret>} -docstring "LSP mode" # General stuff colorscheme gruvbox-dark -# hook global InsertChar \t %{ exec -draft -itersel h@ } -set global tabstop 4 -set global indentwidth 4 +hook global InsertChar \t %{ exec -draft -itersel h@ } +set global tabstop 2 +set global indentwidth 2 map global insert <c-w> '<a-;><a-/>\S+\s*<ret><a-;>d' map global insert <tab> '.<a-;>><backspace>' |