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 ?
The latest commit of the current Neovide repository does not support macOS without Python2 installed.
To fix this, you should revert to commit
db53e94after cloning the repository. To do this, execute the following command:And add the following environment variables in
zshrc:Restart the shell, re-use the
cargo bundle --releasecommand to build the App, and drag the built App to the /Applications folder.