如何使用 emacs 键盘映射在 PyCharm 1.5.4 中将当前行滚动到屏幕中心
我试图弄清楚如何通过 PyCharm 将当前行居中。 emacs 的默认键绑定是 Cu Cl 但它在 PyCharm 中不起作用。
有什么建议吗?
I try to figure out how to center the current line in the center through PyCharm.
The default key binding of emacs is C-u C-l but it doesn't work in PyCharm.
Any suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
默认键绑定是 CTRL-M。
转到文件 -> 设置,然后键盘映射,然后编辑器操作 -> 滚动到中心。您可以在其中找到该功能,并且可以将其重新映射到任何其他绑定。
这是 Intellij-Idea IDE 功能,不仅限于 PyCharm 编辑器。
The default key binding for this is CTRL-M.
Go to File -> Settings, then Keymap, then Editor Actions -> Scroll to Center. There you find the feature, and you can remap it to any other binding.
This is an Intellij-Idea IDE feature and not limited to the PyCharm editor.
转到:首选项 ->编辑->一般->虚拟空间->在文件底部显示虚拟空间
勾选它。
添加用于将行滚动到中间的键盘快捷键。 Ctrl+l
Go to: Preferences -> Editor -> General -> Virtual Space -> Show virtual space at file bottom
Tick it.
Add a Keyboard Shortcut for Scroll line to middle. Ctrl+l
PyCharm 中没有此类操作,请随时提交功能请求。
There is no such action in PyCharm, feel free to submit a feature request.