Fixed vim-to-github plugin, added configuration for it
This commit is contained in:
parent
1faa7b813e
commit
2e3d767402
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue