如何使用 emacs 键盘映射在 PyCharm 1.5.4 中将当前行滚动到屏幕中心

发布于 2024-12-09 10:23:11 字数 88 浏览 1 评论 0原文

我试图弄清楚如何通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

感情旳空白 2024-12-16 10:23:11

默认键绑定是 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.

动听の歌 2024-12-16 10:23:11
  1. 转到:首选项 ->编辑->一般->虚拟空间->在文件底部显示虚拟空间

    勾选它。
    输入图像描述此处

  2. 添加用于将行滚动到中间的键盘快捷键。 Ctrl+l
    输入图像描述此处

  1. Go to: Preferences -> Editor -> General -> Virtual Space -> Show virtual space at file bottom

    Tick it.
    enter image description here

  2. Add a Keyboard Shortcut for Scroll line to middle. Ctrl+l
    enter image description here

伤感在游骋 2024-12-16 10:23:11

PyCharm 中没有此类操作,请随时提交功能请求

There is no such action in PyCharm, feel free to submit a feature request.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文