Skip to content

Instantly share code, notes, and snippets.

View nyc4m's full-sized avatar
💭
🇫🇷

Baptiste Prunot nyc4m

💭
🇫🇷
View GitHub Profile
@nyc4m
nyc4m / keybase.md
Created August 7, 2018 12:32
keybase.md

Keybase proof

I hereby claim:

  • I am nyc4m on github.
  • I am nycam (https://keybase.io/nycam) on keybase.
  • I have a public key ASBbOT1uhwcO56a8ZllpI6Nr_XH3ZrWylr98IcSVRB3jwAo

To claim this, I am signing this object:

@nyc4m
nyc4m / init.vim
Created May 15, 2018 12:32
Vim configuration file
set number
set ts=4 sw=4
inoremap <c-space> <c-x><c-o>
set omnifunc=syntaxcomplete#Complete
inoremap <F2> :!ls<CR>:e
map <c-n> :tabnew <Return>
map <c-l> :tabn <Return>
map <c-h> :tabp <Return>
call plug#begin()