PlugIN73 / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Setup

  1. install https://github.com/ggreer/the_silver_searcher
  2. Install deps and configs
$ git clone <this repo>
$ make install_languages # ruby and node for plugins
$ make nvim_configure
$ make install_addons
  1. Install plugins
$ nvim
:PlugInstall
  1. Restart vim

VIM

Main

  • Switch ctrl and caps lock
  • Use ctrl + [ instead of esc

Moving between visible buffers

  • ctrl h - left
  • ctrl l - right
  • ctrl k - up
  • ctrl j - down
  • <leader> b - show buffer list

File Tree

  • <leader><leader> - toggle filetree

Searching

  • <leader> o - fuzzy search (files under git)
  • <leader> ff - fuzzy search (all files)
  • <leader> fa - fuzzy search (content in files)

Code

  • gcc - toggle commenting

About


Languages

Language:Emacs Lisp 60.4%Language:Vim Script 36.3%Language:Makefile 3.3%