Swap from nnn back to nerdtree and added terminal transparency in xorg

This commit is contained in:
jon
2019-06-01 09:10:26 -05:00
parent 29b7434d08
commit 8def6ed12e
2 changed files with 13 additions and 6 deletions

View File

@@ -93,9 +93,14 @@ nnoremap <leader>l :ls<CR>:b<Space>
nnoremap <Tab> :bnext<CR>
nnoremap <S-Tab> :bprev<CR>
map <C-n> :NnnPicker<CR>
" Opens the nnn window in a split
let g:nnn#layout = { 'left': '~30%' } " or right, up, down
"""""""""""""""""""""""""""""""""""""""
" nnn - using nnn file manager
"""""""""""""""""""""""""""""""""""""""
"map <C-n> :NnnPicker<CR>
"" Opens the nnn window in a split
"let g:nnn#layout = { 'left': '~30%' } " or right, up, down
map <C-n> :NERDTreeToggle<CR>
"lightline colorscheme
let g:lightline = {'colorscheme': 'powerline',}
@@ -117,7 +122,9 @@ Plug 'tpope/vim-surround'
Plug 'wellle/targets.vim'
Plug 'junegunn/goyo.vim'
Plug 'junegunn/fzf.vim'
Plug 'mcchrish/nnn.vim'
Plug 'scrooloose/nerdtree'
"" nnn file manager plugin
"Plug 'mcchrish/nnn.vim'
call plug#end() " end vim-plug