command:
oocalc xxx.xlsx
這是我的工作酸甜苦辣,與大家分享,希望彼此都有收穫:) This is my working experience in my life. It is good to share with you :)
Showing posts with label 終端機. Show all posts
Showing posts with label 終端機. Show all posts
Wednesday, July 18, 2018
Thursday, October 27, 2016
Wednesday, May 13, 2015
vim 指令大全
一般模式
編輯模式
指令模式
- 上: k, 下: j, 左: h, 右: l
- 復原(回到上一步動作): u
- 重做(執行下一步動作): ctrl + r
- 進入編輯模式: a, i, o
- 剪下整行: dd
- 貼上整行: yy
- 剪下一個字: x
- 跳到行首: ^
- 跳到行尾: $
- 跳到第一行: gg
- 跳到最後一行: shift + g
- 查看檔案路徑: :f
- 更新目前檔案: :e
- 開出水平新視窗: :vs [檔名]
- 設定看見(不見)行數: :set nu (:set nonu)
- 設定對期: :set ai (:set noai)
- 暫時離開: :!
- 觀看terminal下的指令: :! [指令] e.g., :! grep -nr myBook *
- 再多視窗之間轉跳: ctrl + w 在按w
- 把現在這行指標之後的文字消除並進入編輯模式: ctrl + c
編輯模式
- 1...
指令模式
- 2...
Thursday, March 6, 2014
Subscribe to:
Posts (Atom)