Skip to content

解决远程Vim 无法进行剪切的调试方法 / Solve the remote Vim can not be cut debugging method

License

Notifications You must be signed in to change notification settings

John-Smiths/vim-clipping-plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-clipping-plate

解决服务器 Vim 无法进行剪切的调试方法 / Solve the server Vim can not be cut debugging method

安装方法

git clone https://github.com/John-Smiths/vim-clipping-plate.git
bash setup.sh

使用教程

修改 Vim 配置文件 自定义上传服务器和命令

exec "!scp % root@server:/root/% && ssh root@server 'python3 %'"

修改 Vim 配置文件 自定义上传服务器和命令与执行目录

exec "!scp % root@server:/root/temp/% && ssh root@server 'cd /root/temp/ && python3 %'"

About

解决远程Vim 无法进行剪切的调试方法 / Solve the remote Vim can not be cut debugging method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages