Closed shemerey closed 8 years ago
Never mind I figured it was problem with priority of keymapping for intentions
solve it with
'atom-text-editor.vim-mode-plus.intentions-list:not(.insert-mode)':
'enter': 'intentions:confirm'
Thanks for investigating! Glad you were able to solve the issue.
@yitzchak thx for an awesome project, but I found one problem while using it in
vim-mode
I am usingvim-mode-plus
but probably it will have same problems forvim-mode
too.For some reason, you can't add
word
into dictionary while you in normal mode. you have to be ininsert
mode to be able to addword
.Might be you can point me in source code where you handle this, or this issue for
intentions