From dda760b2b04f5cfba1d67061deb515d5ce3a0622 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sun, 2 Aug 2026 18:11:32 +0200 Subject: [PATCH] Update vim + zsh --- .oh-my-zsh/custom/aliases.zsh | 1 + .vimrc | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) 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