My .vimrc file

- 1 min

My .vimrc file

nnoremap ' ;
nnoremap ; l
nnoremap k j
nnoremap j k
nnoremap l h

map <C-o> :NERDTreeToggle<CR>

set rnu
:imap jk <Esc>

colorscheme delek
set clipboard=unnamedplus
set hlsearch
set incsearch
set ignorecase
set smartcase
set so=5
syntax on
let mapleader = "_"

set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'chrisbra/csv.vim'
Plugin 'joshdick/onedark.vim'

call vundle#end()
filetype plugin indent on
comments powered by Disqus
rss facebook twitter github gitlab youtube mail spotify lastfm instagram linkedin google google-plus pinterest medium vimeo stackoverflow reddit quora quora