issues
search
matze
/
vim-move
Plugin to move lines and selections up and down
http://www.vim.org/scripts/script.php?script_id=4687
MIT License
1.21k
stars
56
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use S as move_key_modifier
#78
imhosseinzadeh
opened
1 year ago
0
fix vim-plug installation part issue
#77
imhosseinzadeh
closed
1 year ago
1
The wrong installation method in vim-plug
#76
imhosseinzadeh
closed
1 year ago
0
Out-of-box keymaps for moving are not working
#75
Omcsesz
opened
1 year ago
6
Update README.md
#74
Omcsesz
closed
1 year ago
1
Better default mappings for macOS: use arrow keys
#73
huyz
opened
2 years ago
2
Fix #71
#72
dzfrias
closed
2 years ago
3
Fixed macOS alt-keys not working (see issue #49)
#71
dzfrias
closed
2 years ago
15
Update README.md
#70
mmikeww
closed
2 years ago
0
Custom key mapping not working properly in neovim
#69
SDA-31
opened
2 years ago
9
Allow usage in only a specific mode, i.e. visual mode
#68
tecfu
closed
2 years ago
1
feat: Allow usage in only a specific mode, i.e. visual mode
#67
tecfu
closed
2 years ago
1
[Bug] Moveblockleft and down after that makes unexpected behavior.
#66
hungpham3112
opened
2 years ago
2
How can I map J K to move block down and up?
#65
hungpham3112
closed
2 years ago
1
How to use this Plugin with arrow keys?
#64
maxreuben
closed
2 years ago
5
use :undojoin to merge subsequent moves into one
#63
jedrzejboczar
closed
2 years ago
3
config vmap & nmap separately
#62
quqiuzhu
closed
3 years ago
0
reindent functionality cleanup
#61
booperlv
closed
3 years ago
3
fix reindenting
#60
booperlv
closed
3 years ago
2
move_key_modifier='S'
#59
Lyon52222
closed
3 years ago
0
Ridiculously high CPU usage when moving lines horizontally
#58
JDeepD
closed
4 years ago
2
Options to disable all default mappings?
#57
macintacos
closed
4 years ago
1
Can't move to the right when it finds a tilded character
#56
gerardbm
opened
4 years ago
2
Only first line is indented when moving multiple lines into another indentation level
#55
neur1n
closed
3 years ago
6
Use silent to avoid 'Hit ENTER to continue' prompts
#54
hugomg
closed
4 years ago
1
Avoid opening folded sections when undoing a move
#53
hugomg
closed
4 years ago
1
Undoing a move opens folds
#52
hugomg
closed
4 years ago
0
Skip folds
#51
hugomg
closed
4 years ago
2
Preserve relative indentation in auto indent
#50
hugomg
closed
4 years ago
4
[Bug] Does not work on macos
#49
alex-popov-tech
closed
2 years ago
12
More improvements to the MoveHorizontally functions
#48
hugomg
closed
4 years ago
2
Simplify the MoveVertically functions even more
#47
hugomg
closed
4 years ago
1
Cleaning up the MoveLeft and MoveRight functions
#46
hugomg
closed
4 years ago
5
Cleaning up the MoveUp and MoveDown functions
#45
hugomg
closed
4 years ago
1
Make vertical moves with large counts move to the first or last line.
#44
hugomg
closed
4 years ago
2
Read v:count before it is overwritten
#43
hugomg
closed
4 years ago
3
Moving by multiple lines does not work anymore
#42
hugomg
closed
4 years ago
2
Using Ctrl + Shift as a modifier
#41
numToStr
closed
4 years ago
1
Moving block including indents
#40
tom-adsfund
closed
4 years ago
4
Update move.txt
#39
nkakouros
closed
5 years ago
0
Handle re-selection consistently for horizontal block moves
#38
yukunlin
closed
5 years ago
1
Fixes matze#33: restore cursor position after moving line up/down
#37
yukunlin
closed
5 years ago
1
Fix double jump calling MoveCharLeft on last character
#36
yukunlin
closed
5 years ago
1
Fixes #30 + multi-byte characters
#35
yukunlin
closed
5 years ago
1
Fixes matze#29: right movement picking up extra char
#34
yukunlin
closed
5 years ago
1
How to restore the position in the line after moving?
#33
c02y
closed
5 years ago
2
Allow disabling for certain filetypes
#32
nkakouros
closed
5 years ago
1
[Feature Request] Moving blocks based on previous content
#31
D1mon
opened
5 years ago
1
Moving a character right a new buffer creates characters
#30
nkakouros
closed
5 years ago
1
Right movement includes char in visual selection
#29
jcrd
closed
5 years ago
2
Next