4

I'd like to use the following mapping in my mappings.lua configuration:

map('n', '<C-D-[>', ':BufferPrevious<cr>', options)
map('n', '<C-D-]>', ':BufferNext<cr>', options)
map('n', '<C-D-w>', ':BufferClose<cr>', options)

I currently have this in my kitty.conf which is not working.

map ctrl+cmd+[ send_text all ?
lovelikelando
  • 7,593
  • 6
  • 32
  • 50

1 Answers1

-2

The latest commit of the current Neovide repository does not support macOS without Python2 installed.

To fix this, you should revert to commit db53e94 after cloning the repository. To do this, execute the following command:

git reset --hard db53e94

And add the following environment variables in zshrc:

export SKIA_BINARIES_URL=https://github.91chi.fun//https://github.com/rust-skia/skia-binaries/releases/download/{tag}/skia-binaries-{key}.tar.gz

Restart the shell, re-use the cargo bundle --release command to build the App, and drag the built App to the /Applications folder.

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
dogs Cute
  • 564
  • 3
  • 9