Skip to content

Instantly share code, notes, and snippets.

@nicolashahn
Last active May 22, 2019 18:34
Show Gist options
  • Save nicolashahn/6b1d10cf72155dde26d9f986a8a45cf7 to your computer and use it in GitHub Desktop.
Save nicolashahn/6b1d10cf72155dde26d9f986a8a45cf7 to your computer and use it in GitHub Desktop.
]0;fish /Users/nhahn(BWelcome to fish, the friendly interactive shell
[?2004h]0;fish /Users/nhahn(B⏎(B
❰nhahn❙~❱✔≻(B tt(Bm(Bux(Bux(Bx(Btmux(B (B -V(B
(B[?2004l]0;tmux /Users/nhahn(B
[?1049h[?1h=[?12l[?25h[?1000l[?1002l[?1006l[?1005l(B[?12;25h[?12l[?25h[?1003l[?1006l[?2004l]112[?1006h[?1002h[?25l





































































[12] 0:reattach-to-user-namespace*"Nicolas-Hahn" 14:32 22-May-19(B[?12l[?25h(B[?12;25h[?12l[?25h[?1003l[?1006l[?2004l[?1006h[?1002h[?25l





































































[12] 0:reattach-to-user-namespace*"Nicolas-Hahn" 14:32 22-May-19(B[?12l[?25h[?25l[12] 0:reattach-to-user-namespace*"fish /Users/nhahn" 14:32 22-May-19(B[?12l[?25hWelcome to fish, the friendly interactive shell
[?25lWelcome to fish, the friendly interactive shell





































































[12] 0:fish*"fish /Users/nhahn" 14:32 22-May-19(B[?12l[?25h[?2004h⏎ ⏎
❰nhahn❙~❱✔≻(B vv(Bim alacritty.recording(Bim alacritty.recording(Bvim alacritty.recording(Bm alacritty.recording(B alacritty.recording(B alacritty.recording(B..(Bvimrc(Bv(Bimrc(Bi(Bmrc(Bm(Brc(Br(Bc(Bc(B
[?2004l[?25l[12] 0:fish*"vim /Users/nhahn" 14:32 22-May-19(B[?12l[?25h[?25l





































































[12] 0:vim*"vim /Users/nhahn" 14:32 22-May-19(B[?12l[?25h[?2004h".vimrc" 322L, 9850C[?25l(B[?2004l[?2004h[?12l[?25h[?2004l[?2004h▽
(B[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h[?2004l[?2004h1 " nicolashahn .vimrc  1
2
3 """"""""""""
 4 " SETTINGS "
 5 """"""""""""
 6
7
8 set nocompatible[?25l(B "be iMproved
 9 set ttyfast
 10 set lazyredraw
 11 set re=1
 12 set maxmem=20480
 13 set (Bmaxmemtot=61140
 14 set undodir=$HOME/.vim/undo
 15 set undofile
 16 set undolevels=1000
 17 set undoreload=100000
 18 set(B number
 19 set ruler
 20 set textwidth=88
 21 set tabstop=2
 22 set shiftwidth=2
 23 set softtabstop(B=2
 24 set autoindent
 25 set smartindent
 26 set smarttab
 27 " set expandtab
 28 set cursorline
 29 set(B backspace=2
 30 set mouse=a
 31 set autoread
 32 " prettier colors for iterm
 33 if exists('+termguicolors')(B
 34  let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
 35  let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
 36  set termguicolors
 37 endif
 38 set modelines(B=0 "security hole involving modelines
 39 " open splits where they make sense
 40 set splitbelow
 41 set splitright
 42 " don't notify "File already being edited" message
 43 (Bset shortmess+=A
 44 set wildmenu
 45 " `/` searches every character typed
 46 set incsearch
 47 " highlight matches
 48 set showmatch
(B 49 set showcmd
 50 set grepprg=ack-grep\ --column\ $*
 51 set clipboard=unnamed "OSX
 52
53 syntax enable
 54
55 " if changing color scheme, remember to change indent and gutter colors too(B
 56 colorscheme hybrid_reverse
 57 set background=dark
 58
59 if has('python3')
 60  silent! python3 1
 61 (Bendif
 62
63
64 """"""""""""
 65 " MAPPINGS "
 66 """"""""""""
 67
68 1,1Top[?12l[?25h(B\(B \b(B:[?25l(Blet &background = ( &background == "dark"? "light" : "dark" )
(B1 " nicolashahn .vimrc  1
2
3 """"""""""""
 4 " SETTINGS "
 5 """"""""""""
 6
7
8 set nocompa(Btible "be iMproved
 9 set ttyfast
 10 set lazyredraw
 11 set re=1
 12 set maxmem=20480
 13 set maxmemtot=61140
 14 (Bset undodir=$HOME/.vim/undo
 15 set undofile
 16 set undolevels=1000
 17 set undoreload=100000
 18 set number
 19 set ruler(B
 20 set textwidth=88
 21 set tabstop=2
 22 set shiftwidth=2
 23 set softtabstop=2
 24 set autoindent
(B 25 set smartindent
 26 set smarttab
 27 " set expandtab
 28 set cursorline
 29 set backspace=2
 30 set mouse=a
 31 (Bset autoread
 32 " prettier colors for iterm
 33 if exists('+termguicolors')
 34  let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
 35  let(B &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
 36  set termguicolors
 37 endif
 38 set modelines=0 "security hole involving modelines
 39 " open splits where they make sense
 40 set splitbelow(B
 41 set splitright
 42 " don't notify "File already being edited" message
 43 set shortmess+=A
 44 set wildmenu
 45 " `/` searches every character typed
 46 (Bset incsearch
 47 " highlight matches
 48 set showmatch
 49 set showcmd
 50 set grepprg=ack-grep\ --column\ $*
 51 set clipboard=unnamed "OSX(B
 52
53 syntax enable
 54
55 " if changing color scheme, remember to change indent and gutter colors too
 56 colorscheme hybrid_reverse
 57 set background=dark
 58
59 if has('python3'(B)
 60  silent! python3 1
 61 endif
 62
63
64 """"""""""""
 65 " MAPPINGS "
 66 """"""""""""
 67
68 1,1Top[?12l[?25h(B[.vimrc ][?25l(B1:.vimrc ](B1,1Top[?12l[?25h(B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment