iTerm2 cheatsheet (from github)】的更多相关文章

https://gist.github.com/helger/3070258 Tabs and Windows Function Shortcut 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 Or…
Github & DMCA Takedown Policy Digital Millennium Copyright Act 数字千年版权法案 https://help.github.com/articles/dmca-takedown-policy/ Hi there, I'm contacting you on behalf of GitHub Support because we've received a DMCA takedown notice regarding your repos…
Mac下iTerm2配置lrzsz功能 rz,sz是Linux/Unix同Windows进行ZModem文件传输的命令行工具. 优点就是不用再开一个sftp工具登录上去上传下载文件. 近期在mac上通过终端连接服务器,想通过rz和sz实现快速简单的文件上传下载功能 1.安装iTerm2 iTerm2是Mac OS下的一款终端利器,相对于系统自带的终端软件具有很多更好的功能和扩展.官方地址为https://www.iterm2.com 安装iTerm2主要有下面两种方法: 从官网下载安装包进行安装…
转自:http://www.jianshu.com/p/67fa1e2114c5 背景 HTML和CSS的写法相对固定,而且重复的工作特别多,特别是尖括号实在是很烦.使用Emmet至少能帮你节省一半的前期开发工作量,所以花点时间学习Emmet是很值得的.Emmet不是编程语言,而只是编辑器的插件,也可以自定义规则. 安装 Emmet支持多种编辑器,参见列表.由于我使用vim,这里只介绍vim的插件. 下载地址: https://github.com/mattn/emmet-vim 安装方法: 上…
homebrew 安装 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 命令 安装软件:brew install 软件名,例:brew install wget 搜索软件:brew search 软件名,例:brew search wget 卸载软件:brew uninstall 软件名,例:brew uninstall wget 更新所…
Often, we end up creating multiple unit tests for the same unit of code to make sure it behaves as expected with varied input. This is a good practice, but it can be a little tedious to create what is essentially the same test multiple times. We copy…
Docker Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的镜像中,然后发布到任何流行的 Linux或Windows 机器上,也可以实现虚拟化.容器是完全使用沙箱机制,相互之间不会有任何接口. docker的基本概念 docker最重要的三个概念是:镜像(image),容器(container),仓库(repository),在这三个概念中,镜像是最重要的概念. 镜像 我们可以把镜像理解为一个文件系统,并且是一个只读的文件系统.镜像是由一层层的只读层构…
bash for mac https://sourabhbajaj.com/mac-setup/iTerm/ https://sourabhbajaj.com/mac-setup/iTerm/zsh.html Oh My ZSH https://ohmyz.sh/ https://github.com/robbyrussell/oh-my-zsh/ # curl $ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh…
git alias & zsh VPN & git work tree # git pull === gp ➜ .git git:(feature/select-seat-system) gp fatal: unable to access 'http://git.xgqfrms.xyz/projects/op-static.git/': getpeername() failed with errno 22: Invalid argument ➜ .git git:(feature/sel…
转自:https://blog.csdn.net/u014102846/article/details/77964493 https://ohmyz.sh/ https://github.com/robbyrussell/oh-my-zsh http://www.iterm2.cn/ https://github.com/robbyrussell/oh-my-zsh/wiki/themes   iTerm2是Terminal的替代品,是一款比较小众的软件,比Terminal优秀太多了.下载官网为…