iOS经常使用快捷键

iOS经常使用的快捷键


command+[:左缩进

command+]:右缩进 
control-F: 向右一个字符(forward)
control-B: 向左一个字符(backward)
control-P: 前一行(previous)
control-N: 后一行(next)
control-A: 去行首
control-E: 到行尾(end)
control-T: 调换光标两边的字符(transpose)
control-D: 删除光标右側字符(delete)
control-K: 删除本行剩余的字符(kill)
Command+F: 搜索
Command + control+ 上下箭头键 :切换.h.m文件
Command + R  执行
Command + .  停止

版权声明:本文博主原创文章,博客,未经同意不得转载。

原文地址:https://www.cnblogs.com/bhlsheji/p/4907034.html