Skip to content

Instantly share code, notes, and snippets.

@nietaki
Created January 4, 2012 12:08
Show Gist options
  • Save nietaki/1559776 to your computer and use it in GitHub Desktop.
Save nietaki/1559776 to your computer and use it in GitHub Desktop.
set nocompatible
set showmatch
set autoindent
set smartindent
set hlsearch
:set ts=2
:set softtabstop=2
:set shiftwidth=2
:set laststatus=2
:filetype plugin indent on
set ofu=syntaxcomplete#Complete
:set completeopt=longest,menuone
":set expandtab " zamienianie tabow na spacje
:set expandtab
:set langmenu=en_US.UTF-8
":command Tree NERDTree
:map <C-l> mkI//<Esc>`kll
:imap <C-l> <Esc><C-l>a
":imap }} }<Esc>i<Return><Esc>ki<Tab>
:map <S-tab> :bn<CR>
:imap <S-tab> <Esc>:bn<CR>
:map <S-w> :bdelete<CR>
"testy
:nmap <F2> 30i<Space>
map <Down> g<Down>
map <Up> g<Up>
nmap j gj
nmap k gk
vmap j gj
vmap k gk
"z deva
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment