https://github.com/gko/upside-down
plugin to move code around
https://github.com/gko/upside-down
code move plugin vim vim-plugin
Last synced: 4 months ago
JSON representation
plugin to move code around
- Host: GitHub
- URL: https://github.com/gko/upside-down
- Owner: gko
- License: mit
- Created: 2019-01-15T18:49:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T13:07:48.000Z (about 7 years ago)
- Last Synced: 2025-09-26T03:12:23.488Z (4 months ago)
- Topics: code, move, plugin, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 3.73 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Upside-down

This is `vim` plugin that allows you to move your code using following shortcuts:
## Up and down
- Alt/⌥ ↓
- Alt/⌥ j
- Alt/⌥ ↑
- Alt/⌥ k
## Left and right
- Alt/⌥ ←
- Alt/⌥ h
- Alt/⌥ →
- Alt/⌥ l
## Installation
With [vim-plug](https://github.com/junegunn/vim-plug):
```vimscript
Plug 'gko/upside-down'
```
in your [.vimrc](https://github.com/gko/vimio/blob/master/init.vim)
### macOS
In macOS don't forget to check the «Use option as meta key»:

And «Esc+» option in iterm2:

## Like it?
:star: this repo