diff options
author | ubq323 <ubq323@ubq323.website> | 2023-11-16 18:55:44 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-11-16 18:55:44 +0000 |
commit | 3063e9244520d43358243d2a08bdff4bd1ae8ff7 (patch) | |
tree | 0ff5d30c1e347ede33c405723e72234e27e9e58c /.config/kak | |
parent | e71aa6eebc4c4197c943d76e8961ba4bfed77157 (diff) |
various
Diffstat (limited to '.config/kak')
-rw-r--r-- | .config/kak/kakrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 22cf734..7a616cd 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -6,12 +6,12 @@ set -add global ui_options terminal_status_on_top=true set global indentwidth 0 set global tabstop 4 -hook global WinSetOption filetype=python %{ - set window indentwidth 4 - hook -once -always window WinSetOption filetype=.* %{ - set window indentwidth 0 - } -} +# hook global WinSetOption filetype=python %{ +# set window indentwidth 4 +# hook -once -always window WinSetOption filetype=.* %{ +# set window indentwidth 0 +# } +# } map global user <c> ':comment-line<ret>' -docstring 'comment line' |