mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update vimrc
This commit is contained in:
parent
7a2e1ba711
commit
94979102d2
1 changed files with 1 additions and 3 deletions
4
vimrc
4
vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue