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
Hello @ggandor,
Thanks for the amazing improvements! I like the combination of the filter and bidirectional search, as outlined in this reddit post
The observation below was initially added to issue Defaults: make (leap-forward) inclusive
I now think that the observation is not related to that issue...
vim.keymap.set({'n', 'o'}, 'gs', function () require('leap.remote').action() end)
Remote operations can be performed in two ways. For example, yanking from another window, using s to complete the selection:
s
local test = "Select this including ( skip the rest from the starting bracket )"
"Se
The first approach yields "Select this including The second yields "Select this including The second approach does not include the last space.
"Select this including
Also, in the second approach, visual mode is not used.
visual mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello @ggandor,
Thanks for the amazing improvements! I like the combination of the filter and bidirectional search, as outlined in this reddit post
The observation below was initially added to issue Defaults: make (leap-forward) inclusive
I now think that the observation is not related to that issue...
Remote operations can be performed in two ways.
For example, yanking from another window, using
s
to complete the selection:"Se
}s"Se
}sThe first approach yields
"Select this including
The second yields
"Select this including
The second approach does not include the last space.
Also, in the second approach,
visual mode
is not used.The text was updated successfully, but these errors were encountered: