dotfiles/.config/vim/links.vim

6 lines
167 B
VimL
Raw Normal View History

2023-04-20 11:36:39 -05:00
nnoremap gl vi)y<Esc>:tabnew <C-R>"<CR>
vnoremap gl y<Esc>:tabnew <C-R>"<CR>
nnoremap ml viwc[]<Esc>hpla()<Esc>hpa.md<Esc>
vnoremap ml c[]<Esc>hpla()<Esc>hpa.md<Esc>