diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..66939cc --- /dev/null +++ b/.vimrc @@ -0,0 +1,21 @@ +set tabstop=4 +set softtabstop=4 +set shiftwidth=4 +set expandtab +set number +set autoindent +set mouse=a +filetype on +filetype plugin on +filetype indent on +syntax on + +nmap n / +nmap N ? + +set completeopt=longest,menuone +inoremap j ((pumvisible())?("\"):("j")) +inoremap k ((pumvisible())?("\"):("k")) + +nmap :tabn +nmap :tabN