系統:14.04.1-ubuntu
問題:ubuntu終端按回退鍵出現^?, 例項如下:
解決辦法:
1. 在當前使用者目錄下,開啟.bash_profile, 其內容如下所示:
# .bash_profile
# get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
f# user specific environment and startup programs
path=$path:$home/bin
export path
unset username
stty erase ^?
2.
增加紅色字型:stty erase ^?, 儲存
3. 使其立刻生效
方法之一為:在終端執行:source .bash_profile
4. 測試:
在終端輸入字串, 按下回退鍵
,
成功。
linux下sqlplus中回退鍵亂碼
1。要使用回刪鍵 backspace 時,同時按住ctrl鍵 2。設定環境變數 在bash下 stty erase 或把 stty erase 新增到.bash profile中。在csh下 stty erase h 或把 stty erase h 新增到.cshrc中。3。vi etc syste...
linux下VI模式中上下左右鍵和回退鍵出現字母
由於 etc vim vimrc.tiny的擁有者是root使用者,所以要在root的許可權下對這個檔案進行修改。很簡單,這個檔案裡面的倒數第二句話是 set compatible 改為 set nocompatible 原理是 將vi編輯器的模式改為非相容模式就可以解決方向鍵變abcd的問題了。2...
linux下VI模式中上下左右鍵和回退鍵出現字母
由於 etc vim vimrc.tiny的擁有者是root使用者,所以要在root的許可權下對這個檔案進行修改。很簡單,這個檔案裡面的倒數第二句話是 set compatible 改為 set nocompatible 原理是 將vi編輯器的模式改為非相容模式就可以解決方向鍵變abcd的問題了。2...