summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-08-13 16:49:53 +0400
committerAndrew <saintruler@gmail.com>2021-08-13 16:49:53 +0400
commit4d0d4983b18e4a99959a91b843ef0ca6abdf786b (patch)
treedd5446dae30b9837f03608830e20cb717579a42e
parent1e56cb291195eb73b44ef186a86c64d0d1500dba (diff)
Changed editor to kakoune
-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