You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i have a problem because e.g. Ctrl+J mapping is already defined in Latex-Suite
and there is an error: Cannot define imap toMarkersJumpFin (:source):{(unset )}: a previous global mapping on was defined in /home/przemek/.vim/bundl e/vim-latex-suite/plugin/imaps.vim.
I read the documentation about Brackets-default but I did not find how to change default
mappings e.g. into Ctrl+G.
Can you help me?
The text was updated successfully, but these errors were encountered:
As I try to be compatible with vim-latex, I should have detected this situation. Also, you can safely override vim-latex <c-j> with lh-bracket one as vim-latex mapping is a simplification of lh-bracket mapping. (a lot of things have been shared at the time :))
" Not sure about the use of <nop> here. Use a key sequence you're sure to never use, something you could find in ":h digraph" maybe?imap<Nop><Plug>IMAP_JumpForwardimap<C-J><Plug>MarkersJumpFmap<C-J><Plug>MarkersJumpF
Hi,
i have a problem because e.g. Ctrl+J mapping is already defined in Latex-Suite
and there is an error:
Cannot define imap
to
MarkersJumpFin (:source):{(unset )}: a previous global mapping on
was defined in /home/przemek/.vim/bundl e/vim-latex-suite/plugin/imaps.vim.
I read the documentation about Brackets-default but I did not find how to change default
mappings e.g. into Ctrl+G.
Can you help me?
The text was updated successfully, but these errors were encountered: