Skip to content

Seeking Help with Keyboard Shortcuts for Column Movement and Auto-Closing Tags in Web Development #8198

Closed Answered by Moshyfawn
danielR1234 asked this question in General Q&A
Discussion options

You must be logged in to vote

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 to ctrl-cmd-up and ctrl-cmd-down by default.

[
  {
    "context": "Editor",
    "bindings": {
      "ctrl-cmd-up": "editor::MoveLineUp",
      "ctrl-cmd-down": "editor::MoveLineDown"
    }
  }
]

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by danielR1234
Comment options

You must be logged in to vote
6 replies
@Moshyfawn
Comment options

@danielR1234
Comment options

@Moshyfawn
Comment options

@Moshyfawn
Comment options

@danielR1234
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants