Sstmtz's vim config
  • Vim Script 100%
Find a file
2025-11-19 21:32:03 +08:00
assets misc: upload compressed images to reduce repository size. 2025-10-26 03:09:10 +08:00
syntax Initial commit 2025-09-12 01:42:05 +08:00
.gitignore udpate README.md and upload a screenshot. 2025-10-20 05:40:27 +08:00
LICENSE Initial commit 2025-09-12 01:42:05 +08:00
README.md misc: rename 2025-11-13 05:53:33 +08:00
vimrc feat: better content format. 2025-11-19 21:32:03 +08:00

Dotfiles --- Vim text editor

Screenshot

# Backup/Rename
[ -d $HOME/.vim ] && mv $HOME/.vim $HOME/.vim.bak
[ -f $HOME/.vimrc ] && mv $HOME/.vimrc $HOME/.vimrc.bak

[ -d $HOME/.config/vim ] && mv $HOME/.config/vim $HOME/.config/vim.bak
# See https://github.com/vim/vim/commit/c9df1fb35a1866901c32df37dd39c8b39dbdb64a

# Base on XDG Spec (Recommanded)
mkdir -p $HOME/.config/vim
git clone https://github.com/dotvault/vim.git $HOME/.config/vim

# These files can be deleted after installation.
rm -r README.md LICENSE assets/ .git/ .gitignore

Installed Plugins

Note

If this is your first time installing, starting vim will automatically install plug.vim to $HOME/.config/vim/autoload/. Then Enter :PlugInstall to install the plugins in vim.

Keybindings

  • Leader key: Space
Action Key
Open File explorer leader + n

See vimrc.