Update vimrc

This commit is contained in:
Smirnov Oleksandr 2020-03-31 18:09:19 +03:00 committed by GitHub
parent 7a2e1ba711
commit 94979102d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
vimrc
View file

@ -33,8 +33,6 @@ set showtabline=1
set background=dark
colorscheme OceanicNext
map <C-n> :NERDTreeToggle<CR>
set nobackup
set noswapfile
set encoding=utf-8
@ -47,7 +45,7 @@ let NERDTreeIgnore = ['__pycache__', '\.pyc$', '\.o$', '\.so$', '\.a$', '\.swp',
let NERDTreeShowHidden=1
let g:NERDTreeWinPos="left"
let g:NERDTreeDirArrows=0
map <C-t> :NERDTreeToggle<CR>
map <C-n> :NERDTreeToggle<CR>
nmap <silent> <F8> <Plug>MarkdownPreview