龙空技术网

linux 效率提升系列

AI自由 100

前言:

此时咱们对“ubuntu revert”都比较着重,你们都想要了解一些“ubuntu revert”的相关内容。那么小编同时在网络上收集了一些对于“ubuntu revert””的相关资讯,希望同学们能喜欢,各位老铁们快快来了解一下吧!

提升工作效率的方法,汇总在这里,强烈推荐大家使用。(这个系列会不定期持续更新!)

第一招: 如何在终端中快速执行历史命令? 推荐指数: 5颗星第二招: 如何管理linux多终端?在终端之间实现快速切换? 推荐指数: 5颗星Byobu 常用快捷键第三招: linux终端直接显示git分支名 推荐指数: 5颗星第四招: The ultimate vim distribution第五招:Climate is the ultimate command line tool for Linux.第六招: 推荐指数: 5颗星

第一招: 如何在终端中快速执行历史命令? 推荐指数: 5颗星

在home目录下配置 " .inputrc " 文件如下即可:

$include /etc/inputrc

"\e[A": history-search-backward

"\e[B": history-search-forward

#set editing-mode vi

第二招: 如何管理linux多终端?在终端之间实现快速切换? 推荐指数: 5颗星

安装神器 byobu

sudo apt-get install byobu

byobu-quiet : disable the display of the Hard Status. Append --undo to revert this configuration change.

F9 -> Toggle status notifications -> (make selections) -> Apply

Alternatively, notifications can be toggled by editing the file ~/.byobu/status.

Byobu 常用快捷键

F2 Create a new window

F3 Move to the previous window

F4 Move to the next window

F5 Refresh all status notifications

F6 Detach from the session and logout

Shift-F6 Detach from the session, but do not logout

F7 Enter scrollback/search mode

F8 Rename the current window

F9 Launch the Byobu Configuration Menu

F12 GNU Screen's Escape Key

Alt-Pageup Scroll back through this window's history

Alt-Pagedown Scroll forward through this window's history

Shift-F2 Split the screen horizontally

Ctrl-F2 Split the screen vertically

Shift-F3 Move focus to the next split

Shift-F4 Move focus to the previous split

Shift-F5 Collapse all splits

Ctrl-F5 Reconnect any SSH/GPG sockets or agents

Shift-F12 Toggle all of Byobu's keybindings on or off

第三招: linux终端直接显示git分支名 推荐指数: 5颗星

在.bashrc中加入如下语句:

PS1='\[\e]0;\W\a\][\u:\W]`sed "s/\/home\/username\/workspace\//wksp\//g" <<< ""`$(__git_ps1)\$ '

第四招: The ultimate vim distribution

第五招:Climate is the ultimate command line tool for Linux.

第六招: 推荐指数: 5颗星

windows 下使用linux子系统,ubuntu等等。杜绝cygwin等无畏的调试时间

标签: #ubuntu revert