Skip to content

Instantly share code, notes, and snippets.

View sheb-gregor's full-sized avatar
:shipit:
In search of rationality

Mike Sheb sheb-gregor

:shipit:
In search of rationality
View GitHub Profile
@sheb-gregor
sheb-gregor / tmux-cheatsheet.markdown
Created December 9, 2019 16:08 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@sheb-gregor
sheb-gregor / scheme-coin.lisp
Created August 15, 2018 07:42 — forked from BusFactor1Inc/scheme-coin.lisp
A Common Lisp Blockchain - Scheme Coin
;;
;; scheme coin - a common lisp blockchain
;;
;; Burton Samograd
;; 2017
(load "~/quicklisp/setup.lisp")
(defconstant *coin-name* "Scheme Coin")
@sheb-gregor
sheb-gregor / vim_cheatsheet.md
Created September 26, 2017 14:02 — 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