Skip to content

Instantly share code, notes, and snippets.

View mertcanekren's full-sized avatar
:octocat:
Focusing

Mertcan Ekren mertcanekren

:octocat:
Focusing
View GitHub Profile
set number
nmap <silent> <A-Up> :wincmd k<CR>
nmap <silent> <A-Down> :wincmd j<CR>
nmap <silent> <A-Left> :wincmd h<CR>
nmap <silent> <A-Right> :wincmd l<CR>
set showcmd
syntax enable
set tabstop=4
set softtabstop=4
set expandtab
@mertcanekren
mertcanekren / absolute center.css
Last active August 29, 2015 14:15
absolute center
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;