Skip to content

Instantly share code, notes, and snippets.

View vitaly-los's full-sized avatar
🏠
Working from home

Los Vitaly vitaly-los

🏠
Working from home
  • Ukraine
View GitHub Profile
@vitaly-los
vitaly-los / vim_cheatsheet.md
Last active August 11, 2018 21:00 — forked from awidegreen/vim_cheatsheet.md
Vim shortcuts

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

vim .    Get list of file in tree mode (netrw)
v        Enter visual mode for selection of LINES
C-v      Enter visual mode for selection of BLOCKS