Seeking Help with Keyboard Shortcuts for Column Movement and Auto-Closing Tags in Web Development #8198
-
Hey guys, I have two questions. First, how do I set up a shortcut so that I can move the columns up and down? Unfortunately, I have no idea what this feature is called, haha. (see video) Second question, is there something like auto-closing tags? I mean, when I create a is there a way for a to be automatically generated? Screen.Recording.2024-02-22.at.15.24.23.mov |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The auto-close tags feature doesn't currently exist in Zed. You can see #6592 for more context. As for the [
{
"context": "Editor",
"bindings": {
"ctrl-cmd-up": "editor::MoveLineUp",
"ctrl-cmd-down": "editor::MoveLineDown"
}
}
]
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. I tried to overwrite the settings with it. Unfortunately, it's not possible to save. The IDE completely freezes.
|
Beta Was this translation helpful? Give feedback.
The auto-close tags feature doesn't currently exist in Zed. You can see #6592 for more context.
As for the
MoveLine
shortcut, in Zed it's mapped toctrl-cmd-up
andctrl-cmd-down
by default.