Skip to content
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

Fix #27: allow <Ctrl-c> to quit highlight mode. Document in README.md #126

Merged
merged 2 commits into from
May 28, 2015

Conversation

tony
Copy link
Contributor

@tony tony commented Mar 20, 2015

If you use https://github.com/Shougo/neobundle.vim, you can test with:

NeoBundle 'tony/vim-multiple-cursors', { 'rev': 'quit-multiple-cursors' }

Map quitting:

let g:multi_cursor_quit_key='<C-c>'
nnoremap <C-c> :call multiple_cursors#quit()<CR>

Originally was named "allow s:quit for multiple-cursors to be called publicly". Apparently, this will get <C-c> to work only if <C-c> is mapped, but there seems to be more interconnections inside that get in the way.

@tony tony changed the title Fix #27: allow s:quit for multiple-cursors to be called publicly. Document in README.md Fix #27: allow <Ctrl-c> to quit highlight mode. Document in README.md Mar 20, 2015
@faceleg
Copy link
Collaborator

faceleg commented Mar 20, 2015

Happy to see someone has resurrected this issue

faceleg added a commit that referenced this pull request May 28, 2015
Fix #27: allow <Ctrl-c> to quit highlight mode. Document in README.md
@faceleg faceleg merged commit 203b069 into terryma:master May 28, 2015
@faceleg
Copy link
Collaborator

faceleg commented May 28, 2015

Sorry, this dropped off the radar

faceleg added a commit to faceleg/dotfiles that referenced this pull request May 28, 2015
@tony tony deleted the quit-multiple-cursors branch June 2, 2015 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants