Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add line- and block move key mappings #31

Merged

Conversation

arcticicestudio
Copy link
Owner

Closes #21

The key mapping allows to easily move the current line or selected
block(s) using the Ctrl and the up and down keys.

  • The moved line/block adapts to to the new indentation.
  • The key mappings are available in the NORMAL, INSERT and VISUAL modes

The key mapping allows to easily move the current line or selected
block(s) using the "Ctrl" and the "up" and "down" keys.

* The moved line/block adapts to to the new indentation.
* The key mappings are available in the NORMAL, INSERT and VISUAL modes

GH-21
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Aug 2, 2017
@arcticicestudio arcticicestudio self-assigned this Aug 2, 2017
@arcticicestudio arcticicestudio merged commit ed36f3b into develop Aug 2, 2017
@arcticicestudio arcticicestudio deleted the feature/gh-21-key-mapping-move-lines-and-blocks branch August 2, 2017 14:03
@arcticicestudio arcticicestudio removed their assignment Sep 23, 2017
arcticicestudio added a commit that referenced this pull request Jan 16, 2019
The keymappings implemented in GH-31 works fine on Linux systems,
but conflicts with a global (non-modifyable) system keymapping on
macOS. Therefore a condition check for the currently running
environment should be used to use other specific keymappings for macOS
and Linux.

Resolves GH-172
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant