Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 664 Bytes

keyboard_shortcuts.md

File metadata and controls

15 lines (15 loc) · 664 Bytes

#Keyboard Shortcuts

Vim command Description
gg=G Fix indentation
:w !pbcopy Copy entire buffer to pasteboard
"ay Copy to a register
"ap Paste from a register
Ag / Quickfix
e open file and close the quickfix window
o open (same as enter)
go preview file (open but maintain focus on ag.vim results)
h (H) open in horizontal split (silently)
(g)v open in vertical split (silently)
q close quickfix windowclose quickfix window
:echo bufnr('%') echo buffer number