Skip to content

Instantly share code, notes, and snippets.

@ampoffcom
ampoffcom / gist:938df72119a72ad617bf
Created June 24, 2015 11:01
vim syntastic ada minimal example
with Ada.Text_IO;
procedure minimal is
begin
Ada.Text_IO.Put("example");
end minimal;
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin()
"Plugin 'gmarik/vundle'
"Plugin 'scrooloose/nerdtree.git'
"Plugin 'https://github.com/Valloric/YouCompleteMe.git'
"Plugin 'Darcs'
"Plugin 'xml.vim'
"Plugin 'https://github.com/davidhalter/jedi'

Keybase proof

I hereby claim:

  • I am ampoffcom on github.
  • I am ampoffcom (https://keybase.io/ampoffcom) on keybase.
  • I have a public key whose fingerprint is 7328 F6E3 7692 4E4E E266 381D 3D9C 808E 038A 615C

To claim this, I am signing this object:

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname