You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, vim key bindings would be great; however, in version 20.2 the aceEditor.setKeyboardHandler("ace/keyboard/vim") comannd in the console window throws the following error
Refused to load the script 'https://192.168.9.234:9823/apps/files/keybinding-vim.js' because it violates the following Content Security Policy directive: "script-src 'nonceLWlBmTk5MWGtOaHJIOEZMQT06SGtsVHo2cEZlNzAvTlhMeG1EYkNnaFVCVFMvYldKQUNZa=' blob:". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.
The ace editor supports a vi mode, but to enable it requires that I open a console and type:
every time I edit a document. Ideally this would be available as a user preference, similar to what was implemented in #119 .
Steps to reproduce
aceEditor.setKeyboardHandler("ace/keyboard/vim")
Nextcloud Version
The text was updated successfully, but these errors were encountered: