ubuntu 開發過程好用的軟件
Remarkable
一個用于書寫文檔的好工具,包括方便書寫數學公式。
安裝過程
點擊上面“remarkable”下載.deb文件,然后雙擊會跳轉到ubuntun的軟件安裝中心,點擊install進行安裝。
sublime text3 配置
- 自定義快捷鍵Preferences->Key Bindings-user添加內容
- 跳到行尾(ctrl+k+e)/行首(ctrl+k+h)
[{ "keys": ["ctrl+k", "ctrl+h"], "command": "move_to", "args": {"to": "bol", "extend": false} },{ "keys": ["ctrl+k", "ctrl+e"], "command": "move_to", "args": {"to": "eol", "extend": false} }
]
sublime通路徑方式添加文件、目錄 AdvancedNewFile
終端配置
- 終端新功能配置
- autocomplete command