shell vim

  • 添加環境變量

export PATH=/Users/ChenQiushi/Library/Android/sdk/platform-tools:$PATH

echo $PATH
  • vim 全局替換

:%s/old/new/g

 

第幾行:1ggpython

跳到文本的最後一行:Gvim

$行末
o:在當前行下面插入一個新行
O:在當前行上面插入一個新行

上:k nk:向上移動n行 9999k或gg能夠移到第一行 G移到最後一行
下:j nj:向下移動n行
左:h nh:向左移動n列
右:l nl:向右移動n列阿里雲

 

復原spa

u 會刪除到剛打開時狀態或者上一次 :w 保存的狀態orm

 

阿里雲blog

la -al `which python`

  

ps -ef | grep 9200
相關文章
相關標籤/搜索