Change vim <leader><space> mapping to NeoTree
This commit is contained in:
parent
c846169848
commit
db062670a4
1 changed files with 2 additions and 0 deletions
|
@ -486,6 +486,8 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype=<args> | au Bu
|
|||
" │ └──────────────────────┴─┤
|
||||
" └──────────────────────────┘
|
||||
|
||||
nnoremap <leader><space> :Neotree<CR>
|
||||
|
||||
onoremap al :<C-U>normal! 0vg$h<CR>
|
||||
onoremap il :<C-U>normal! ^vg_<CR>
|
||||
|
||||
|
|
Loading…
Reference in a new issue