diff --git a/.oh-my-zsh/custom/aliases.zsh b/.oh-my-zsh/custom/aliases.zsh index e69de29..a5ba76a 100644 --- a/.oh-my-zsh/custom/aliases.zsh +++ b/.oh-my-zsh/custom/aliases.zsh @@ -0,0 +1 @@ +alias codium="/usr/bin/codium --ozone-platform=wayland" diff --git a/.vimrc b/.vimrc index 963f0e5..12fa9b8 100644 --- a/.vimrc +++ b/.vimrc @@ -1,12 +1,11 @@ set ts=4 sw=4 set number syntax on -set clipboard^=unnamed au VimEnter * RainbowParenthesesToggle au Syntax * RainbowParenthesesLoadRound au Syntax * RainbowParenthesesLoadSquare au Syntax * RainbowParenthesesLoadBraces - -vmap "+y +xnoremap "+y y:call system("wl-copy", @") +nnoremap "+p :let @"=substitute(system("wl-paste --no-newline --primary"), '', '', 'g')p