From 36b4b477745e9f5275e0115f57df6a067c71b856 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 26 Jun 2020 16:36:29 +0200 Subject: improved readme and term support --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 058a66b..2214e7b 100644 --- a/vimrc +++ b/vimrc @@ -4,9 +4,10 @@ set packpath+=pack/vim set ttymouse=xterm2 +set term=xterm-256color " usually a good choice, install ncurses and use `toe` to see all available choices +set ttybuiltin | " use internal termcaps, because these are more stable set ttyscroll=100 | " improves speed for terminal vim, incompatible with nvim set ttyfast | " improves speed for terminal vim (incompatible with nvim) -set nottybuiltin | " use external termcaps set restorescreen | " restores the console after exiting vim (intentionally not in nvim) " autocmd VimLeave * call system("echo -n $'" . escape(getreg(), "'") . "' | xsel -ib") -- cgit v1.2.3