diff options
-rw-r--r-- | doc/readme.md | 11 | ||||
-rw-r--r-- | vimrc | 3 |
2 files changed, 11 insertions, 3 deletions
diff --git a/doc/readme.md b/doc/readme.md index 68bd20b..5ea6da4 100644 --- a/doc/readme.md +++ b/doc/readme.md | |||
@@ -1,8 +1,15 @@ | |||
1 | <h1>vim configuration</h1> | 1 | vim configuration |
2 | ================= | ||
3 | |||
2 | This is the configuration I am using. | 4 | This is the configuration I am using. |
3 | 5 | ||
4 | 6 | ||
5 | <h2>Screenshot</h2> | 7 | Screenshot |
8 | ---------- | ||
9 | |||
6 | <a href="/vim/plain/doc/coderonline-vim.png"> | 10 | <a href="/vim/plain/doc/coderonline-vim.png"> |
7 | <img src="/vim/plain/doc/coderonline-vim.png" width="720" alt="screenshot of vim" /> | 11 | <img src="/vim/plain/doc/coderonline-vim.png" width="720" alt="screenshot of vim" /> |
8 | </a> | 12 | </a> |
13 | |||
14 | |||
15 | |||
@@ -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") |