但是步驟偏多,所以還是記錄個 OuO
<注意>請在自己熟悉的環境使用 ssh key,請勿在公共電腦使用
1. 檢查 ssh key
基本上都會顯示不存在,若已有,請先備份
$ cd ~/.ssh
$ cd ~/.ssh
let g:ale_linters = {
\ 'cpp': ['g++']
\}
$ vim t.cpp
#include#include #include using namespace std; int main() { here return 0; }
$ setxkbmap -option caps:escape直接在終端機執行即可
$ vim --version只要看剪貼簿相關可使用
$ vim --version | grep clipboard
$ sudo pacman -S vim也就是說不能使用 "+y 把選取的文字複製到剪貼簿中
$ sudoedit /etc/default/grub
void print_vector(vector<int> a)
{
vector<int>::iterator iter;
for (iter = a.begin(); iter != a.end(); iter++) {
printf("%d ", *iter);
}
printf("\n");
}
yourplugin/
doc/
yourplugin.txt
plugin/
yourplugin.vim
...
README
LICENSE