aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 17d4290..4e66a43 100644
--- a/.vimrc
+++ b/.vimrc
@@ -10,6 +10,10 @@ set showmode
let &fillchars ..= ',eob: ' " Hide tildes at EOF
set splitbelow splitright
set cursorline " Highlight the active cursor line
+set termguicolors
+
+" Clipboard
+set clipboard=unnamedplus
" Text searching options
set incsearch