zed
zed copied to clipboard
Add keyboard shortcuts to center scrolling around current line
- MacOS: Center the cursor in the visible area.
ctrl-l(matches MacOS) - Linux JetBrains: Scroll so cursor is at the Middle
ctrl-m editor::NextScreenis not longer bound in any keymap by default (wasctrl-lon MacOS)
Fixes #5247
Release Notes:
- Added "Center the cursor in the visible area." to match MacOS
ctrl-l; Addedctrl-mfor JetBrain on Linux for the same (#5247).