ko-shin-ryo

Results 6 comments of ko-shin-ryo

With the update to Obsidian 1.7.2, executing Ex commands now requires appending ``. Transitioning from Insert mode to Command-line mode may work as expected if you pass through Normal mode...

How about adding the following to the `.obsidian.vimrc`: ``` exmap vimium obcommand vimium:show-markers nmap :vimiumi ``` This mapping calls `vimium:show-markers` when pressing `Ctrl+v` in normal mode, and immediately switches to...

I believe changing the configuration as follows will achieve the expected behavior: ``` noremap G G$ ``` When using `nmap`, the `G` in the right-hand side `G$` gets remapped again,...

Please try the following configuration: ``` unmap nnoremap > >> nnoremap < >` and `

There’s currently a bug in the release version available from the Community Plugins list: when multiple Obsidian windows are opened at startup, only the first window correctly syncs with the...

@esm7 Do you have any plans to update the release version? I noticed that the same issue has also been reported in #265, and I believe it would be valuable...