Swap from nnn back to nerdtree and added terminal transparency in xorg
This commit is contained in:
15
vim/.vimrc
15
vim/.vimrc
@@ -93,9 +93,14 @@ nnoremap <leader>l :ls<CR>:b<Space>
|
|||||||
nnoremap <Tab> :bnext<CR>
|
nnoremap <Tab> :bnext<CR>
|
||||||
nnoremap <S-Tab> :bprev<CR>
|
nnoremap <S-Tab> :bprev<CR>
|
||||||
|
|
||||||
map <C-n> :NnnPicker<CR>
|
"""""""""""""""""""""""""""""""""""""""
|
||||||
" Opens the nnn window in a split
|
" nnn - using nnn file manager
|
||||||
let g:nnn#layout = { 'left': '~30%' } " or right, up, down
|
"""""""""""""""""""""""""""""""""""""""
|
||||||
|
"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
|
"lightline colorscheme
|
||||||
let g:lightline = {'colorscheme': 'powerline',}
|
let g:lightline = {'colorscheme': 'powerline',}
|
||||||
@@ -117,7 +122,9 @@ Plug 'tpope/vim-surround'
|
|||||||
Plug 'wellle/targets.vim'
|
Plug 'wellle/targets.vim'
|
||||||
Plug 'junegunn/goyo.vim'
|
Plug 'junegunn/goyo.vim'
|
||||||
Plug 'junegunn/fzf.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
|
call plug#end() " end vim-plug
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt.font: xft:Terminus:size=14:antialias=true
|
URxvt.font: xft:Terminus:size=14:antialias=true
|
||||||
!URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
!URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
||||||
!URxvt*transparent: true
|
URxvt*transparent: true
|
||||||
!URxvt*shading: 10
|
URxvt*shading: 20
|
||||||
|
|
||||||
URxvt*perl-ext-common: default,matcher
|
URxvt*perl-ext-common: default,matcher
|
||||||
URxvt*matcher.button: 1
|
URxvt*matcher.button: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user