summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-31 16:28:29 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-31 16:28:29 +0100
commitac364e45f2e84a531bd578db2941b6e50fdcd687 (patch)
tree368d88fd15a5a02c630fed0a97b986dc93a3d175 /.vimrc
parentea82bdf7bf2f9220cd8969c647e11974609d436b (diff)
Fix clipboard support on linux
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 5b6de1d..866eb7d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -74,7 +74,7 @@ let &colorcolumn="80,".join(range(121,125),",") " Highlight the 80, 121-> column
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set encoding=utf-8 " set the encoding to utf-8
set t_Co=256 " set terminal color 265
-set clipboard=unnamed " fix not copying between clipboard and vim
+set clipboard=unnamedplus,unnamed " fix not copying between clipboard and vim
set backspace=indent,eol,start " fix backspace not deleteing existing text
set number " set numbers column on the left
set complete-=i " Faster vim completion