Guest User

Untitled

a guest
Dec 15th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function! FormatSwitch()
  2. :normal j
  3. :normal vi}>
  4. :write
  5. endfunction
  6. nnoremap <silent> <Plug>FormatSwitchPlug :call FormatSwitch()<CR>
  7. \:call repeat#set("\<Plug>FormatSwitchPlug")<CR>
  8. nmap cFS <Plug>FormatSwitchPlug
Add Comment
Please, Sign In to add comment