Vim 配置涉及许多方面,包括外观、编辑模式、命令、插件、语法和标签等。以下是一个全面的 Vim 配置示例,包括推荐的产品和链接地址。
~/.vimrc
或 ~/.vim
目录下创建一个自定义的 Vim 配置文件。
set nocompatible
set number
set tabstop=4
set shiftwidth=4
set expandtab
set hlsearch
set nohlsearch
map <Leader>h :help <CR>
map <Leader>t :tabnew <CR>
map <Leader>n :next <CR>
map <Leader>p :previous <CR>
map <Leader>1 :action 1<CR>
map <Leader>2 :action 2<CR>
map <Leader>3 :action 3<CR>
~/.vimrc
或 ~/.vim
目录下创建一个自定义的 Vim 配置文件。
set nocompatible
set number
set tabstop=4
set shiftwidth=4
set expandtab
set hlsearch
set nohlsearch
map <Leader>h :help <CR>
map <Leader>t :tabnew <CR>
map <Leader>n :next <CR>
map <Leader>p :previous <CR>
领取专属 10元无门槛券
手把手带您无忧上云