Last active
December 7, 2020 08:27
-
-
Save kosmatov/ef29d5b200c3688bc77f5c24e9e4b80c to your computer and use it in GitHub Desktop.
Revisions
-
Konstantin Kosmatov revised this gist
Nov 20, 2020 . 3 changed files with 8 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ $ tail -3 ~/.ssh/config Host pbcopy-host HostName 10.0.1.1 User key $ cat ~/.vimrc | grep pbcopy Plug 'ahw/vim-pbcopy' let g:vim_pbcopy_remote_cmd = "ssh pbcopy-host pbcopy" -
Konstantin Kosmatov created this gist
Nov 20, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ Host pbcopy-host HostName 10.0.1.1 User key This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ Plug 'ahw/vim-pbcopy' let g:vim_pbcopy_remote_cmd = "ssh pbcopy-host pbcopy"