Skip to content

Instantly share code, notes, and snippets.

@topokel
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save topokel/f7a1517bddc5b4e082fa to your computer and use it in GitHub Desktop.

Select an option

Save topokel/f7a1517bddc5b4e082fa to your computer and use it in GitHub Desktop.
conf change notes
font: Anonymous Pro http://www.marksimonson.com/fonts/view/anonymous-pro
nnoremap <C-p> :tabprevious<CR>
nnoremap <C-n> :tabnext<CR>
nnoremap <C-t> :tabedit<Space>
nnoremap <C-w> :tabclose<CR>
inoremap <C-p> <Esc>:tabprevious<CR
inoremap <C-n> <Esc>:tabnext<CR>i
inoremap <C-t> <Esc>:tabedit<Space>
inoremap <C-w> <Esc>:tabclose<CR>
f() { find -name $* }
b() { cd $(git rev-parse --show-cdup) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment