diff options
author | Max Christian Pohle | 2020-06-26 16:36:29 +0200 |
---|---|---|
committer | Max Christian Pohle | 2020-06-26 16:50:35 +0200 |
commit | 36b4b477745e9f5275e0115f57df6a067c71b856 (patch) | |
tree | fddda09fa2ed575da245ffdbf6dc1e756210caaa /vimrc | |
parent | b68fec17407aa70fdd4cc5c88667ac2d2f49658a (diff) | |
download | vim-36b4b477745e9f5275e0115f57df6a067c71b856.tar.bz2 vim-36b4b477745e9f5275e0115f57df6a067c71b856.zip |
improved readme and term support
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,9 +4,10 @@ set packpath+=pack/vim | |||
4 | 4 | ||
5 | 5 | ||
6 | set ttymouse=xterm2 | 6 | set ttymouse=xterm2 |
7 | set term=xterm-256color " usually a good choice, install ncurses and use `toe` to see all available choices | ||
8 | set ttybuiltin | " use internal termcaps, because these are more stable | ||
7 | set ttyscroll=100 | " improves speed for terminal vim, incompatible with nvim | 9 | set ttyscroll=100 | " improves speed for terminal vim, incompatible with nvim |
8 | set ttyfast | " improves speed for terminal vim (incompatible with nvim) | 10 | set ttyfast | " improves speed for terminal vim (incompatible with nvim) |
9 | set nottybuiltin | " use external termcaps | ||
10 | set restorescreen | " restores the console after exiting vim (intentionally not in nvim) | 11 | set restorescreen | " restores the console after exiting vim (intentionally not in nvim) |
11 | 12 | ||
12 | " autocmd VimLeave * call system("echo -n $'" . escape(getreg(), "'") . "' | xsel -ib") | 13 | " autocmd VimLeave * call system("echo -n $'" . escape(getreg(), "'") . "' | xsel -ib") |