1
0
Fork 0
mirror of synced 2024-06-25 18:21:11 -04:00

Fixed vim-to-github plugin, added configuration for it

This commit is contained in:
Mirosław Pragłowski 2014-09-10 12:54:24 +02:00
parent 1faa7b813e
commit 2e3d767402

View file

@ -153,3 +153,11 @@ nnoremap \ :Ag<SPACE>
" => vim-zoomwin
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
map <Leader><Leader> :ZoomWin<CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => vim-to-github
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:to_github_clip_command = 'pbcopy'
let g:to_github_clipboard = 1
map <Leader>gh :ToGithub<CR>