bairui

Wikify Words

Nov 25th, 2011
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.21 KB | None | 0 0
  1. function! Wikify(char)
  2.   let c = repeat(a:char, 2)
  3.   exe "normal! viwo\<esc>\<esc>i" . c . "\<esc>ea" . c
  4. endfunction
  5.  
  6. autocmd FileType vimwiki nnoremap <buffer> <bslash> :call Wikify(nr2char(getchar()))<CR>
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment