joplin
joplin copied to clipboard
Forward slash does not activate search in normal mode in vim keyoboard mode
Operating system
Windows
Joplin version
3.0.15
Desktop version info
Joplin 3.0.15 (prod, win32)
Client ID: 7fa2d51c05b94e2fafa0d1efad4fadf7 Sync Version: 3 Profile Version: 47 Keychain Supported: No
Revision: 598677b
Automatic Backlinks to note: 3.0.3 Backup: 1.4.1 Better Code Blocks: 1.1.0 Combine notes: 1.2.2 Conflict Resolution: 1.2.3 Csv Import: 1.0.1 Custom CodeMirror .vimrc: 1.0.6 Diff view: 0.1.1 Jarvis Plugin: 1.0.0 Jarvis: 0.9.0 Link Graph UI: 1.5.0 Markdown table calculations: 1.0.5 Markdown Table: Sortable: 1.2.2 Note list and sidebar toggle buttons: 1.0.3 Note overview: 1.7.1 Note Tabs: 1.4.0 Paragraph Extractor: 1.1.4 Quick Links: 1.3.2 Quick Move: 1.1.0 Rich Markdown: 0.15.0 Tagging: 1.0.3
Current behaviour
- In Options > General, set keyboard mode to vim.
- Open a note.
- Press escape to ensure you are in normal mode.
- Press
/
to activate search. - Observe that
/
gets written into the note at the current cursor position as if you were in insert mode. - Test moving the cursor with j and k to ensure you are still in normal mode.
- Yes, you are in normal mode, but forward slash gets typed into the note instead of activating search.
Expected behaviour
- In Options > General, set keyboard mode to vim.
- Open a note.
- Press escape to ensure you are in normal mode.
- Press
/
to activate search. - A command line appears on the bottom of the note (as when using a colon), a
/
appears in the command line and I can now search the note.
Logs
No response