Cmder 學習使用筆記

Cmder 學習使用筆記

標籤(空格分隔): 未分類


Cmder 使用

cmder git bash 使用
cmder 使用注意

⚠ NOTE: Only the full edition of Cmder comes with a pre-installed bash, using a vendored git-for-windows installation. The pre-configured Bash tabs may not work on Cmder mini edition without additional configuration.

⚠ 注意: 只有完整版的Cmder附帶一個預裝的bash,使用一個自帶的git-for-windows安裝。 如果沒有其他配置,預配置的Bash選項卡可能無法在Cmder mini版本上運行。

⚠ NOTE: Mintty tabs use a program called ‘mintty’ as the terminal emulator that is not based on the Windows Console API, rather it’s rendered graphically by ConEmu. Mintty differs from the other tabs in that it supports xterm/xterm-256color TERM types, and does not work with ConEmu settings like color schemes and key bindings. As such, some differences in functionality are to be expected, such as Cmder not being able to apply a system-wide configuration to it.

注意: Mintty選項卡使用名爲“mintty”的程序作爲終端模擬器,它不是基於Windows控制檯API,而是由ConEmu以圖形方式呈現。 Mintty與其他標籤的不同之處在於它支持xterm / xterm-256color TERM類型,並且不適用於顏色方案和鍵綁定等ConEmu設置。 因此,可能會出現一些功能上的差異,例如Cmder無法對其應用系統範圍的配置。

解決中文亂碼:

在Settings ->Startup -> Environment中添加一行:
set LC_ALL=zh_CN.UTF-8
如下:記得加後面的分號哦!

set PATH=%ConEmuBaseDir%\Scripts;%PATH%;
set LC_ALL=zh_CN.UTF-8

快捷鍵:

命令行操作

  • ctrl+u : 刪除當前命令行內容;
  • ctrl+l : 清屏;
  • ctrl+鼠標滾輪 : 調整字體大小

選項卡操作

  • Ctrl + ` : 任務欄呼出和收起;
  • Win + Alt + p : 首選項設置 (或者 在標題欄右擊)
  • Ctrl + t: 彈出一個對話框,用於創建新的控制檯
  • Ctrl + w : 關閉
  • 雙Tab:用於補全
  • Ctrl+Tab:切換標籤頁

參考鏈接:
Cmder安裝並解決cmder here報錯問題
Cmder 配置:Windows下替代cmd的神器
推薦一款超好用的工具cmder

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章