Skip to content

Instantly share code, notes, and snippets.

@aviik
aviik / main.py
Created December 27, 2018 19:58
WearyCuteUsername created by aviik - https://repl.it/@aviik/WearyCuteUsername
# def gameArray(a, b):
# k = [" " for i in range(a*b)]
# return k
# def draw(k):
# print("\n\t", k[0], "|", k[1], "|", k[2])
@aviik
aviik / vim_cheatsheet.md
Created April 1, 2018 03:56 — forked from awidegreen/vim_cheatsheet.md
Vim shortcuts

Introduction

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

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close