Skip to content

Instantly share code, notes, and snippets.

@oguzbilgic
Created December 25, 2018 12:15
Show Gist options
  • Save oguzbilgic/f757530c7a21ab2d64241d0f8b53eb2e to your computer and use it in GitHub Desktop.
Save oguzbilgic/f757530c7a21ab2d64241d0f8b53eb2e to your computer and use it in GitHub Desktop.

3

  • Horiz. movement
    • w, b, e
    • f, t
    • 0, ^, $
    • %
  • Vert. movement
    • g, GG
    • %
    • H, M, L
  • Scrolling
    • CTRL-U CTRL-D
    • CTRL-E CTRL-Y
    • CTRL-F CTRL-B
  • Search
    • n
    • > end of word
    • < start of word
    • ^ beginning of line
    • $ end of line
    • . any single char
    • . match dot
  • Marks
    • ma `a
    • ' " [ ] special marks
  • Jumps
    • CTRL-O CTRL-I

4

  • Operators
  • Repeating
  • Visual Mode
  • Text objects

5

  • Vimrc
  • Mappings
  • Plugins
  • Filetypes
  • Option Window
  • Help files

6

  • Syntax
  • Colors

7

  • Args
  • Backups
  • Registers
  • Rename
  • File Marks

8

  • Windows
    • CTRL-W {c, n, v, o}
    • CTRL-W {+, -, _, |, =}
    • CTRL-W {t, b}
  • Tabs

9

  • GUI
  • Mouse
  • Clipboard

10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment