Skip to content

Instantly share code, notes, and snippets.

@jakubtuchol
Last active January 11, 2017 20:58
Show Gist options
  • Select an option

  • Save jakubtuchol/132023ebd69eafe3b88de8926147f724 to your computer and use it in GitHub Desktop.

Select an option

Save jakubtuchol/132023ebd69eafe3b88de8926147f724 to your computer and use it in GitHub Desktop.
" editing
set expandtab
set autoindent
set smartindent
set cindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
filetype plugin on
syntax on
" enabling filetype indentation
filetype indent on
let mapleader = ","
" insert newline without entering insert mode
nmap <S-Enter> O<Esc>j
nmap <CR> o<Esc>k
" adding pathogen
execute pathogen#infect()
" adding NERDTree execution
" map <C-n> :NERDTreeToggle<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment