From 83323179539924998d2bce0e18c0f6ec8dc476c3 Mon Sep 17 00:00:00 2001 From: Abra Date: Tue, 17 May 2016 00:23:41 -0700 Subject: [PATCH] vimrc --- .vimrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .vimrc diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..b4cfc1d --- /dev/null +++ b/.vimrc @@ -0,0 +1,23 @@ +inoremap jk +let mapleader = "\" +filetype plugin indent on +set encoding=utf-8 + +syntax enable " enable syntax processing +set tabstop=4 " number of visual spaces per TAB +set softtabstop=4 " number of spaces in tab when editing +set expandtab " tabs are spaces +set number " show line numbers +set showcmd " show command in bottom bar +set cursorline " highlight current line +set wildmenu " visual autocomplete for command menu +set lazyredraw " redraw only when we need to. +set showmatch " highlight matching [{()}] +set incsearch " search as characters are entered +set hlsearch " highlight matches + + +noremap +noremap +noremap +noremap