linux 快捷键学习笔记
Posted 11 months, 1 week ago at 11:30 am. 0 comments
http://blog.i64.pl/PiosBlog/200610/29-linux-keyboard-shortcuts-you-should-know-about/
已知的不提。
# Ctrl-K - clears command line from cursor position to end of line.
# Ctrl-U - clears command line from cursor position to beginning of line.
# Ctrl-Y - will paste in anything that was deleted by Ctrl-U or Ctrl-K
# Ctrl-W - clears word to the left
# Ctrl-A - moves cursor to beginning of command line.
# Ctrl-L - screen refresh
# Ctrl-C or Ctrl-Backslash - kills current task
# Ctrl-Alt-Plus or Ctrl-Alt-Minus- changes screen resolution (higher/lower). Only if X-Windows server is configured for multiple resolutions.
# Ctrl-Alt-Escape - xkill - click an application to kill it.
Popularity: 5% [?]
Tags: blog, cat, linux, ls, screenRelated posts
No Replies
Feel free to leave a reply using the form below!