File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Vimrc
2
2
3
+ Requirements: vim 8.2.4919
4
+
3
5
Ubuntu22.04下安装` sudo apt install vim-gtk3 `
4
6
5
7
Vim编译选项
@@ -14,10 +16,10 @@ docker build -t myvim:1 .
14
16
## 初始化
15
17
16
18
``` sh
17
- ln -s vimrc/root/.vimrc .vimrc
18
- ln -s vimrc/root/vimrc.d vimrc.d
19
- ln -s vimrc/root/.vim .vim
20
- source vimrc/root/bashrc
19
+ ln -s vimrc/root/.vimrc ~ / .vimrc
20
+ ln -s vimrc/root/vimrc.d ~ /. vimrc.d
21
+ ln -s vimrc/root/.vim ~ / .vim
22
+ echo ' source vimrc/root/bashrc ' >> ~ /. bashrc
21
23
```
22
24
23
25
## 其它命令行工具
Original file line number Diff line number Diff line change 1
1
set-window-option -g mode-keys vi # tmux2.1+
2
2
# setw -g mode-keys vi # tmux1.8
3
+ set -g default-terminal " screen-256color"
4
+ # sane scrolling
5
+ set -g mouse on
Original file line number Diff line number Diff line change 1
1
" usage: vim hello.tex world.tex --servername TEX
2
- " inverse-search fearure requires +clientserver"
2
+ " Requirement: inverse-search fearure requires +clientserver"
3
3
"
4
4
" sudo apt install texlive-latex-extra texlive-science latexmk xdotool
5
5
" :CocInstall coc-vimtex
You can’t perform that action at this time.
0 commit comments