Ubuntu終端Terminal常用快捷鍵

2021-07-05 09:53:34 字數 1434 閱讀 2203

ubuntu中的許多操作在終端(terminal)中十分的快捷,記住一些快捷鍵的操作更得心應手。在ubuntu中開啟終端的快捷鍵是 ctrl+alt+t 。其他的一些常用的快捷鍵如下

快捷鍵 功能 

tab 自動補全 

ctrl+a 游標移動到開始位置 

ctrl+e 游標移動到最末尾 

ctrl+k 刪除此處至末尾的所有內容 

ctrl+u 刪除此處至開始的所有內容 

ctrl+d 刪除當前字元 

ctrl+h 刪除當前字元前乙個字元 

ctrl+w 刪除此處到左邊的單詞 

ctrl+y 貼上由 ctrl+u , ctrl+d , ctrl+w 刪除的單詞 

ctrl+l 相當於clear,即清屏 

ctrl+r 查詢歷史命令 

ctrl+b 向回移動游標 

ctrl+f 向前移動游標 

ctrl+t 將游標位置的字元和前乙個字元進行位置交換 

ctrl+& 恢復 ctrl+h 或者 ctrl+d 或者 ctrl+w 刪除的內容 

ctrl+s 暫停螢幕輸出 

ctrl+q 繼續螢幕輸出 

ctrl+left-arrow 游標移動到上乙個單詞的詞首 

ctrl+right-arrow 游標移動到下乙個單詞的詞尾 

ctrl+p 向上顯示快取命令 

ctrl+n 向下顯示快取命令 

ctrl+d 關閉終端 

ctrl+xx 在eol和當前游標位置移動 

ctrl+x@ 顯示可能hostname補全 

ctrl+c 終止程序/命令 

shift +上或下 終端上下滾動 

shift+pgup/pgdn 終端上下翻頁滾動 

ctrl+shift+n 新終端 

alt+f2 輸入gnome-terminal開啟終端 

shift+ctrl+t 開啟新的標籤頁 

shift+ctrl+w 關閉標籤頁 

shift+ctrl+c 複製 

shift+ctrl+v 貼上 

alt+數字 切換至對應的標籤頁 

shift+ctrl+n 開啟新的終端視窗 

shift+ctrl+q 關閉終端視窗 

shift+ctrl+pgup/pgdn 左移右移標籤頁 

ctrl+pgup/pgdn 切換標籤頁 

f1 開啟幫助指南 

f10 啟用選單欄 

f11 全屏切換 

alt+f 開啟 「檔案」 選單(file) 

alt+e 開啟 「編輯」 選單(edit) 

alt+v 開啟 「檢視」 選單(view) 

alt+s 開啟 「搜尋」 選單(search) 

alt+t 開啟 「終端」 選單(terminal) 

alt+h 開啟 「幫助」 選單(help) 

Ubuntu終端多視窗分屏Terminator

terminator最大的特點就是可以在乙個視窗中開啟多個終端 sudo apt get install terminatorctrl shift e 垂直分割視窗 ctrl shift o 水平分割視窗 f11 全屏 ctrl shift c 複製 ctrl shift v 貼上 ctrl shi...

Ubuntu終端多視窗分屏Terminator

ubuntu終端多視窗分屏terminator 1 安裝 terminator最大的特點就是可以在乙個視窗中開啟多個終端 sudo apt get install terminator 2 快捷鍵 ctrl shift e 垂直分割視窗 ctrl shift o 水平分割視窗 ctrl shift ...

gdb在Ubuntu下單的terminal下的使用

先sudo啟動gdb attach the pid num you want to attach attach到你要除錯的程序 info threads 檢視當前要除錯的程式含有哪些thread help info 如果不知道info這個命令怎麼用。help info threads 如果不知道in...