Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function! Wikify(char)
- let c = repeat(a:char, 2)
- exe "normal! viwo\<esc>\<esc>i" . c . "\<esc>ea" . c
- endfunction
- autocmd FileType vimwiki nnoremap <buffer> <bslash> :call Wikify(nr2char(getchar()))<CR>
Advertisement
Add Comment
Please, Sign In to add comment