Skip to content

chinapandaman/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Config

IDE like vim config inspired by SpaceVim.

External Dependencies

Cheatsheet

  • Shift - f - global search, use ' to match exactly
  • \ - f - file search
  • \ - a - g - toggle grep clipboard with file type and result preview
  • \ - s - split right
  • use arrow keys to navigate between splits
  • z - z - center around current line
  • g - x - open link
  • \ - q - close current buffer
  • \ - m - toggle nerdtree
  • \ - o - open CocOutline
  • \ - g - f - go to current file on GitHub
  • \ - c - p - copy to clipboard
  • \ - p - copy current buffer's relative path to clipboard
  • g - d - go to definition
  • g - r - go to references
  • \ - r - n - refactor rename
  • :noh - remove highlight search
  • / - / - search visual selection
  • \ - r - a - replace all searching keyword with
  • z - a - toggle YAML fold
  • \ - d - diff yank and clipboard
  • :MarkdownPreview - preview markdown

Contributors