This commit is contained in:
KK
2026-06-09 18:21:38 +02:00
parent e49497b566
commit 2e5f841bb0
7 changed files with 88 additions and 5 deletions

1
.vimrc
View File

@@ -3,6 +3,7 @@ set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set number
" Copy yanked text to the Wayland system clipboard using wl-copy.
if executable('wl-copy')