const userConfigOptions = { // For every option, see ~/.config/ags/modules/.configuration/user_options.js (vscode users ctrl+click this file://./modules/.configuration/user_options.js) // Options listed in this file will override the default ones in the above file // Here's an example 'keybinds': { 'sidebar': { 'pin': "Ctrl+p", 'nextTab': "Ctrl+Page_Down", 'prevTab': "Ctrl+Page_Up", }, }, } export default userConfigOptions;