Skip to content

Instantly share code, notes, and snippets.

View CedricUrvoy's full-sized avatar

Cedric Urvoy CedricUrvoy

View GitHub Profile
@CedricUrvoy
CedricUrvoy / .vimrc
Last active March 9, 2018 09:58
vim conf with vundle
"" GENERAL
" Number of lines VIM hqs to remember
set history=500
" Autoread when file is changed from the outside
set autoread
" Set map leader that allow (ex: <leader>w -> save)
let mapleader=","
let g:mapleader=","

Keybase proof

I hereby claim:

  • I am cedricurvoy on github.
  • I am cedricurvoy (https://keybase.io/cedricurvoy) on keybase.
  • I have a public key ASBnCHMJ_U_IPB8edTv4rfLL4Cxgtk3LSe3K9YRPRQmJWwo

To claim this, I am signing this object:

@CedricUrvoy
CedricUrvoy / .tmux.conf
Last active February 16, 2018 14:03
Tmux Conf
###########################################
# Options
###########################################
# Enable mouse control (clickable windows, panes, resizable panes)
bind m \
set -g mouse on \;\
display 'Mouse: ON'
bind M \