Change vim <leader><space> mapping to NeoTree

This commit is contained in:
Talia 2023-06-22 13:29:12 +02:00
parent c846169848
commit db062670a4
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 2 additions and 0 deletions

View File

@ -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>