Vim keybinding setup

Attempting to set the vim keybindings manually up from the branch https://github.com/inkdropapp/inkdrop-vim/tree/v6 to ~/Library/Application Support/inkdrop-canary/packages/vim results in the following error. Could you provide some suggestions on how to resolve this?

Environment

  • Platform: macOS
  • Platform version: Sequoia 15.6
  • App Version: 6.0.0-canary.1

Thank you

Hi @Bundit_Jianpinitnan !

You can install the vim plugin for v6 by following these steps:

  1. Clone the v6 branch of the repos in ~/Library/Application Support/inkdrop-canary/dev/packages/vim
  2. cd to the cloned folder
  3. Run npm i --omit=dev to install dependencies

Reload Inkdrop

1 Like

It works. Thank you for your swift response.

1 Like