[经验] Mac Shortcuts

整理一些最近频繁用到的Mac快捷键

  • 切换应用 command + tab
  • safari切换标签 ctrl + tab

Terminal快捷键

  • 将光标移动到行首:ctrl + a
  • 将光标移动到行尾:ctrl + e
  • 清除至当前行首: ctrl + u
  • 清除至当前行尾: ctrl + k
  • 搜索以前使用命令:ctrl + r
  • 单词为单位移动:option + 方向键

快捷命令

  • 回到上一个目录(历史) cd -

Sublime Text快捷键

https://www.cnblogs.com/rudong/p/7889114.html

  • 注释单行/多行:Command + /
  • 取消多行缩进:Shift + Tab

https://gist.github.com/poopsplat/7195274

SHORTCUTS

Key/CommandDescription
TabAuto-complete files and folder names
Ctrl + AGo to the beginning of the line you are currently typing on
Ctrl + EGo to the end of the line you are currently typing on
Ctrl + UClear the line before the cursor
Ctrl + KClear the line after the cursor
Ctrl + WDelete the word before the cursor
Ctrl + TSwap the last two characters before the cursor
Esc + TSwap the last two words before the cursor
Ctrl + RLets you search through previously used commands
Ctrl + L or Command + KClears the Screen
Ctrl + CKill whatever you are running
Ctrl + DExit the current shell

CORE COMMANDS

Key/CommandDescription
cdHome directory
cd [folder]Change directory
cd ~Home directory, e.g. ‘cd ~/folder/’
cd /Root of drive
lsShort listing
ls -lLong listing
ls -aListing incl. hidden files
ls -lhLong listing with Human readable file sizes
ls -REntire content of folder recursively
sudo [command]Run command with the security privileges of the superuser (Super User DO)
open [file]Opens a file
open .Opens the directory
topDisplays active processes. Press q to quit
nano [file]Opens the Terminal it’s editor
pico [file]Opens the Terminal it’s editor
qExit
clearClear screen

COMMAND HISTORY

Key/CommandDescription
history nShows the stuff typed - add a number to limit the last n items
ctrl-rInteractively search through previously typed commands
![value]Execute the last command typed that starts with ‘value’
!!Execute the last command typed

FILE MANAGEMENT

Key/CommandDescription
touch [file]Create new file
pwdFull path to working directory
Parent/enclosing directory, e.g.
ls -l …Long listing of parent directory
cd …/…/Move 2 levels up
.Current folder
catConcatenate to screen
rm [file]Remove a file, e.g. rm [file] [file]
rm -i [file]Remove with confirmation
rm -r [dir]Remove a directory and contents
rm -f [file]Force removal without confirmation
rm -i [file]Will display prompt before
cp [file] [newfile]Copy file to file
cp [file] [dir]Copy file to directory
mv [file] [new filename]Move/Rename, e.g. mv -v [file] [dir]

DIRECTORY MANAGEMENT

Key/CommandDescription
mkdir [dir]Create new directory
mkdir -p [dir]/[dir]Create nested directories
rmdir [dir]Remove directory ( only operates on empty directories )
rm -R [dir]Remove directory and contents

PIPES - Allows to combine multiple commands that generate output

Key/CommandDescription
moreOutput content delivered in screensize chunks
> [file]Push output to file, keep in mind it will get overwritten
>> [file]Append output to existing file
<Tell command to read content from a fi

HELP

Key/CommandDescription
[command] -hOffers help
[command] --helpOffers help
[command] helpOffers help
resetResets the terminal display
man [command]Show the help for ‘command’
whatis [command]Gives a one-line description of ‘command’
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值