Added begin and end of line keyshort in vim

This commit is contained in:
Marcin Woźniak 2021-10-24 08:33:14 +02:00
parent 601a22b216
commit 730ff7a368

View File

@ -214,6 +214,8 @@ highlight ColorColumn ctermbg=236
" map
nnoremap S :%s//g<Left><Left>
vnoremap S :s//g<Left><Left>
vnoremap F <C-v>$A
vnoremap f <C-v>0I
nnoremap ee :!mupdf $(echo % \| sed 's/tex$/pdf/') & disown<CR><CR>
map <C-d> :NERDTreeToggle<CR>
nnoremap <silent> <C-t> :tabnew <CR>