Jufy.Wd's Blog

导航

Windows & Solaris 相关快捷键 (转载有修改)

最近为了提高工作效率,在网上找了些快捷键,分享下 

Windows 下:

  Alt+双击:显示选中项目的属性

    Alt+F4:关闭当前活动项目或退出活动程序

    Alt+Print Screen:将选中窗口的图像复制到剪贴板

    Alt+Tab:在打开的项目中进行切换

    Ctrl+A:在文档或窗口中全选

    Ctrl+Alt+Del:显示以下选项:锁定该计算机、切换用户、注销、更改密码和启动任务管理器      

    Ctrl+C:复制选中项目:

    Ctrl+向下方向键:将光标移到下一段的段首

    Ctrl+F4关闭活动文档(在程序中能够让你同时打开多个文档)

    CTRL+左方向键:将光标移动到之前一个词的开头

    CTRL+右方向键:将光标移动到下一个词的开头

    CTRL+SHIFT+一个方向键:选定一块文字

    CTRL+上方向键:将光标移动到之前一段的开头

    CTRL+Y:还原一个操作

    CTRL+Z:撤销一个操作

    F1:显示帮助

    F10:在活动的程序中激活菜单栏

    F2:重命名选定的项目

    F3:搜索文件或文件夹

    F4:在Windows Explorer中显示地址栏列表

    F5:刷新活动窗口

    F6:切换窗口或桌面屏幕中的元素

   

 Bash Shell

  Ctrl + a - Jump to the start of the line
  Ctrl + b - Move back a char
  Ctrl + c - Terminate the command  //用的最多了吧?
  Ctrl + d - Delete from under the cursor
  Ctrl + e - Jump to the end of the line
  Ctrl + f - Move forward a char
  Ctrl + k - Delete to EOL
  Ctrl + l - Clear the screen  //清屏,类似 clear 命令
  Ctrl + r - Search the history backwards  //查找历史命令
  Ctrl + R - Search the history backwards with multi occurrence
  Ctrl + u - Delete backward from cursor // 密码输入错误的时候比较有用
  Ctrl + xx - Move between EOL and current cursor position
  Ctrl + x @ - Show possible hostname completions  
  Ctrl + z - Suspend/ Stop the command补充:
  Ctrl + h - 删除当前字符Ctrl + w - 删除最后输入的单词

  

Vim:

  

 

 

 

______________________________________________________
From Jufy_W's blog
http://www.cnblogs.com/jufy_w

posted on 2009-10-18 15:36  Jufy.Wd  阅读(1231)  评论(0)    收藏  举报