Created
June 20, 2023 07:53
-
-
Save simryang/8c10bbe34cf1da0e5ed9e8e5b8d2316a to your computer and use it in GitHub Desktop.
Change vim global setting to remember last curosr position
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 characters
ssh pi@pi_ip_address "sudo sed -i 's/"\""au/au/' /etc/vim/vimrc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
핵심은 큰 따옴표를 포함한 큰 따옴표로 둘러싼 ssh 명령이라는 점