Thanks to visit codestin.com
Credit goes to github.com

Skip to content

startup-dotfiles/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/startup-dotfiles/vim $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.

About

Sstmtz's vim config

Topics

Resources

License

Stars

Watchers

Forks