Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 752 Bytes

KEYS_AND_FUNCTIONS.markdown

File metadata and controls

38 lines (21 loc) · 752 Bytes

Keys

: Yankring previous match (after p)

: Yankring next match (after p)

,l : Show/Hide invisibles

,d : Show/Hide NERDTree

,t : Show Fuzzyfinder

,g : Show Taglist

: Jump to Tab/Buffer 1

: Jump to Tab/Buffer 2

...

: Jump to Tab/Buffer 10

: Autocomplete using supertab

,f ,w ,motio : EasyMotion

,ig : VIM Indention Guides

Functions

:CopyMatches : Copies last search results to clipboard

:BufOnly : Close all but the current buffer

:DiffOrig : Shows the changes made to the urrent (unsaved) buffer

Textobject

ar / ir : a ruby def ... end, class ... end module ... end block (ar = incl. scope, ir = excluding scope)

ac / ic : a comment block (ac = complete comment, ir = inner comment)