[ ] Version or revision of Jupyter Notebook : 4.4.0
[ ] Revision of jupyter-vim-binding : v2.1.0
Behavior
When a cell is highlighted in Jupyter mode (blue outline), press the m key
Expected
Cell type changes to markdown
Actual
Nothing
What you have done to solve the issue
I couldn't find an issue about exactly this problem. I tried pressing m on a cell inside a notebook at https://jupyter.org/try and it worked as expected, changing the cell type to markdown.
Summary
Without jupyter-vim-binding, it's possible to change a cell type to markdown by pressing
m
when not in insert mode (when cell has blue outline).Environment
Behavior
When a cell is highlighted in Jupyter mode (blue outline), press the
m
keyExpected
Cell type changes to markdown
Actual
Nothing
What you have done to solve the issue
I couldn't find an issue about exactly this problem. I tried pressing
m
on a cell inside a notebook at https://jupyter.org/try and it worked as expected, changing the cell type to markdown.