/vimcharm

Approximating PyCharm on vim

Primary LanguageVim Script

VimCharm

Approximating PyCharm on Vim.

See this blog post for details.

N.B: Simply copy-pasting the .vimrc will not work since some maps involve character sequences that won't be escaped properly if you simply copy-paste

List of plugins:

Keymap

  • Ctrl + / to comment/uncomment lines
  • Alt + 1 to toggle NERDTree
  • Ctrl + Left click or Ctrl + b to go to definition
  • Alt + minus to jump to previous location. Alt + _ to jump foward
  • Ctrl + o for fuzzy file search
  • Alt + f to search the entire codebase
  • Ctlr + f to search the current file
  • F12 to bring up a terminal
  • F6 to rename the method/variable under the cursor