summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/kak/kakrc10
-rw-r--r--.profile2
2 files changed, 11 insertions, 1 deletions
diff --git a/.config/kak/kakrc b/.config/kak/kakrc
new file mode 100644
index 0000000..3a2bb4d
--- /dev/null
+++ b/.config/kak/kakrc
@@ -0,0 +1,10 @@
+source "%val{config}/plugins/plug.kak/rc/plug.kak"
+plug "andreyorst/plug.kak" noload
+plug "andreyorst/fzf.kak"
+
+colorscheme gruvbox
+add-highlighter global/ column 120 default,rgb:404040
+add-highlighter global/ number-lines -min-digits 3
+
+map global normal <c-p> ': fzf-mode<ret>'
+map global normal <c-k> ': comment-line<ret>'
diff --git a/.profile b/.profile
index 14a5f74..bd97d7e 100644
--- a/.profile
+++ b/.profile
@@ -4,7 +4,7 @@ if [ -d "$HOME/.local/bin" ] ; then
fi
export SHELL="/bin/zsh"
-export EDITOR="nvim"
+export EDITOR="kak"
# For Jetbrains products
export _JAVA_AWT_WM_NONREPARENTING=1