-
Notifications
You must be signed in to change notification settings - Fork 99
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
map <cr> not working #10
Comments
I think you accidentally a word ;-) |
Romain Goyet wrote:
Chip (strictly speaking, it wasn't a word, for those who may be lurking: its |
I had the same issue. And I realised that on this VIM version there is no keyboard equivalent for "Carriage return". Instead, they all map to "Line feed"... (even if you manage to type CTRL+V CTRL+M, it just issues a line feed). The good news is that there seems to be an easy workaround. Just remap
As a bonus: Since many
Please let me know if you find any problem related to using this simple workaround. |
javiertejero wrote:
Regards, |
Using Vimball is the easier way I found for multiple file insertion into your VIM for IOS (iTunes "file sharing" does not allow uploading multiple files at once AFAIK, yet). Vimball system works well in IOS, and it's really easy and very handy. You might know it already, don't you? (as per your name you do and quite well) Using it I've been able to move several hundreds of files with minimal effort. Thanks and regards, |
Netrw uses nnoremap ...
to select files and open directories. I've tested some maps; they do appear to work, but this one doesn't.
The ipad vim app does have netrw included (try :e . to see). Pressing the while atop a file or directory should open it, but isn't.
The text was updated successfully, but these errors were encountered: