We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you try to drag word when cursor at first char of a word, it drags the left neighbour word
illustration: (assuming bold face is the place where cursor is.
word1 word2 word3 word4 after M-<left> word2 word1 word3 word4
after M-<left>
The text was updated successfully, but these errors were encountered:
Confirmed.
cursor = [] M-<left> (drag-stuff-left)
[]
M-<left>
drag-stuff-left
word1 word2 [w]ord3 word4
[w]ord2 word1 word3 word4
word1 [w]ord3 word2 word4
It works as expected from the second to the last character in a word. For example:
word1 word2 w[o]rd3 word4
word1 w[o]rd3 word2 word4
drag-stuff-20161108.749 GNU Emacs 27.1 (build 1, x86_64-w64-mingw32) of 2020-08-21 Windows 10 Version 2004 (OS Build 19041.804)
Sorry, something went wrong.
No branches or pull requests
When you try to drag word when cursor at first char of a word, it drags the left neighbour word
illustration: (assuming bold face is the place where cursor is.
word1 word2 word3 word4
after M-<left>
word2 word1 word3 word4
The text was updated successfully, but these errors were encountered: