dotfiles

my active dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit f097272152a2454e287f90a0ba0286b7d791e9cf
parent 42c82d78a474927e04286233af561ace033dfae3
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Sat, 17 Jan 2026 21:34:58 -0500

add kakrc

Diffstat:
Akak/kakrc | 30++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+), 0 deletions(-)

diff --git a/kak/kakrc b/kak/kakrc @@ -0,0 +1,30 @@ +colorscheme desertex +set-option global ui_options terminal_status_on_top=true +set-option -add global ui_options terminal_assistant=clippy +set-option global tabstop 4 +set-option global indentwidth 4 +set-option global scrolloff 3,3 + +add-highlighter global/ number-lines -hlcursor -relative + +# colemak dh binds +map global normal n "h" +map global normal N "H" +map global normal e "j" +map global normal E "J" +map global normal i "k" +map global normal I "K" +map global normal o "l" +map global normal O "L" + +map global normal j "e" +map global normal J "E" +map global normal k "n" +map global normal K "N" +map global normal h "o" +map global normal H "O" +map global normal l "i" +map global normal L "I" + +map global normal <a-n> <a-h> +map global normal <a-o> <a-l>