如何在Xcode上自动焦点编辑器
我是Xcode的新手,并且使用VIM模式为所有事物而疯狂。在Xcode上,每当我在编辑器视图上切换到其他选项卡时,我都必须使用键盘快捷键命令 + j
以显示将焦点移动到编辑器
enter
然后继续使用VIM。在开关不同的选项卡文件之后,我是否有任何内部设置或其他方式可以专注于新的选项卡文件?
I am new on Xcode and crazy using vim mode for everything. On Xcode, whenever I switch to different tab on editor view I have to use keyboard shortcut command + J
to show move focus to editor
and click enter
then continues to use vim. Is there any internal setting or another way for me to just focus on new tab file after switch different tab file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ctrl + tab 显示当前选项卡旁边的一个。
Ctrl+Tab shows the one next to the current tab.