mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Fixed vim-to-github plugin, added configuration for it
This commit is contained in:
parent
1faa7b813e
commit
2e3d767402
@ -153,3 +153,11 @@ nnoremap \ :Ag<SPACE>
|
|||||||
" => vim-zoomwin
|
" => vim-zoomwin
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
map <Leader><Leader> :ZoomWin<CR>
|
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 New Issue
Block a user