diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-17 11:58:07 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-17 11:58:07 +0800 |
| commit | acac3ede9ff159a90cf8867621ac630c13f760ef (patch) | |
| tree | 3e64a9d7690d5419b684f30076f076d468ba5c58 /vimrc | |
| parent | 496761f6ffa76f988861de70fd874c55c43b1e34 (diff) | |
Update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -35,6 +35,7 @@ nnoremap <C-K> ddkP | |||
| 35 | nnoremap <C-J> ddp | 35 | nnoremap <C-J> ddp |
| 36 | nnoremap <leader>R :read ! | 36 | nnoremap <leader>R :read ! |
| 37 | nnoremap <leader>P :r !xsel -ob<CR> | 37 | nnoremap <leader>P :r !xsel -ob<CR> |
| 38 | nnoremap <leader>nn :NERDTree<CR> | ||
| 38 | set autoread | 39 | set autoread |
| 39 | set nofoldenable " disable folding | 40 | set nofoldenable " disable folding |
| 40 | 41 | ||
| @@ -260,6 +261,7 @@ Plug 'junegunn/fzf.vim' | |||
| 260 | Plug 'michal-h21/vim-zettel' | 261 | Plug 'michal-h21/vim-zettel' |
| 261 | Plug 'rlue/vim-barbaric' | 262 | Plug 'rlue/vim-barbaric' |
| 262 | Plug 'nathangrigg/vim-beancount' | 263 | Plug 'nathangrigg/vim-beancount' |
| 264 | Plug 'preservim/nerdtree' | ||
| 263 | 265 | ||
| 264 | " Initialize plugin system | 266 | " Initialize plugin system |
| 265 | call plug#end() | 267 | call plug#end() |
| @@ -287,5 +289,3 @@ function! LF() | |||
| 287 | redraw! | 289 | redraw! |
| 288 | endfunction | 290 | endfunction |
| 289 | command! -bar LF call LF() | 291 | command! -bar LF call LF() |
| 290 | " Override NERDTree comes with amix/vimrc | ||
| 291 | map <leader>nn :LF<cr> | ||