Skip to content

Latest commit

 

History

History
74 lines (39 loc) · 2.53 KB

README.md

File metadata and controls

74 lines (39 loc) · 2.53 KB

My init.vim configuration

General

Start screen for vim.

startify

List buffers #1 (using ; key)

list-buffers using denite

List buffers #2 (using ,fb keys)

list-buffers using telescope

Live grep (using ,fg keys)

live grep

Search using search-plugin (ctrlf)

ctrlf search

Airline

airline normal airline visual

File system explorer (using nerdtree)

nerdtree + git

File system explorer (using nerdtree)

telescope

Working with code

Find interface implementations (using gi keys)

find implementation

Find references (using gr keys)

find references

Linter

linter

Show documentation (using SHIFT-K)

show documentation

Code auto-compoletion

auto-completion

Rename a method (using rn keys)

rename a function

Work with git

Git blame (using :Git blame command)

git blame

Preview hunk (using ::GitGutterPreviewHunk command)

preview hunk

Show changes in a commit

show git change