Skip to content

eowl/my-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

my-vim

1. Install vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

2. Install plugins

Open vim and run:

:PlugInstall

Plugins

Plugin Description
itchyny/lightline.vim Lightweight statusline
sainnhe/everforest Colorscheme
tpope/vim-vinegar Directory browser
tpope/vim-fugitive Git integration
tpope/vim-surround Surround editing
tpope/vim-commentary Toggle comments

Key Bindings

Key Action
, Leader key
- Browse current file's directory
,gs Git status
,gb Git blame
,gd Git diff (split)
,gc Git commit
,<Space> Clear search highlight
gcc Toggle line comment
gc + motion Toggle region comment (e.g. gcip for paragraph)
cs"' Change surrounding " to '
ds" Delete surrounding "
ysiw] Surround word with [

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages