summaryrefslogtreecommitdiff
path: root/kak/kakrc
diff options
context:
space:
mode:
Diffstat (limited to 'kak/kakrc')
-rw-r--r--kak/kakrc30
1 files changed, 30 insertions, 0 deletions
diff --git a/kak/kakrc b/kak/kakrc
new file mode 100644
index 0000000..d01bd85
--- /dev/null
+++ 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>