zoukankan      html  css  js  c++  java
  • iTerm2 cheatsheet (from github)

    https://gist.github.com/helger/3070258

    Tabs and Windows

    FunctionShortcut
    Previous Tab Left Arrow
    Next Tab Right Arrow
    Go to Tab  + Number
    Go to Window  + Option + Number
    Go to Split Pane by Direction  + Option + Arrow
    Go to Split Pane by Order of Use  + ] ,  + [
    Split Window Horizontally (same profile)  + D
    Split Window Vertically (same profile)  + d
    Split Window Horizontally (new profile) Option +  + H
    Split Window Vertically (new profile) Option +  + V
    Set Mark  + M
    Jump to Mark  + J

    Basic Moves

    FunctionShortcut
    Move back one character Ctrl + b
    Move forward one character Ctrl + f
    Delete current character Ctrl + d
    Delete previous character Backspace
    Undo Ctrl + -

    Moving Faster

    FunctionShortcut
    Move to the start of line Ctrl + a
    Move to the end of line Ctrl + e
    Move forward a word Option + f
    Move backward a word Option + b
    Clear the screen  + k

    Cut and Paste

    FunctionShortcut
    Cut from cursor to the end of line Ctrl + k
    Cut from cursor to the end of word Option + d
    Cut from cursor to the start of word Option + Backspace
    Cut from cursor to previous whitespace Ctrl + w
    Paste the last cut text Ctrl + w
    Loop through and paste previously cut text Option + y
    Loop through and paste the last argument of previous commands Option + .

    Search the Command History

    FunctionShortcut
    Search as you type Ctrl + r and type the search term; Repeat Ctrl + r to loop through result
    Search the last remembered search term Ctrl + r twice
    End the search at current history entry Ctrl + y
    Cancel the search and restore original line Ctrl + g
  • 相关阅读:
    叉积与点积
    Vector3 *2 ,ToString()自动四舍五入
    "无法删除数据库,因为该数据库当前正在使用"问题解决
    感谢信
    实变函数一窥
    北京大学2015年数学分析考研试题
    象棋是门残忍的艺术---续篇
    象棋是门残忍的艺术
    赣南师范学院教师高级专业技术资格评审委员会评审通过人员公示名单
    [再寄小读者之数学篇](2014-12-24 乘积型不等式)
  • 原文地址:https://www.cnblogs.com/PhoenixMY/p/5959219.html
Copyright © 2011-2022 走看看