summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/kak/kakrc5
-rw-r--r--.config/zsh/.zshrc1
-rw-r--r--.xprofile2
3 files changed, 5 insertions, 3 deletions
diff --git a/.config/kak/kakrc b/.config/kak/kakrc
index 3a2bb4d..2aa16c7 100644
--- a/.config/kak/kakrc
+++ b/.config/kak/kakrc
@@ -6,5 +6,6 @@ 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>'
+map global normal <c-p> ': fzf-mode <ret>'
+map global normal <c-k> ': comment-line <ret>'
+map global user y '<a-|> xclip -i -selection clipboard <ret>' -docstring 'yank to system clipboard'
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index b892f48..19b0c19 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -19,6 +19,7 @@ alias dotstat="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' sta
alias dotdiff="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' diff"
alias dotadd="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' add -f"
alias vim="nvim"
+alias e="$EDITOR"
# ZSH config
HISTFILE=~/.cache/zsh/histfile
diff --git a/.xprofile b/.xprofile
index 1ea8be6..058e779 100644
--- a/.xprofile
+++ b/.xprofile
@@ -37,5 +37,5 @@ fi
fi
-export TERMINAL="tabbed -c -r 2 st -w ''"
+export TERMINAL="x-terminal-emulator"
export BROWSER="qutebrowser"