diff --git a/.config/ags/user_options.js b/.config/ags/user_options.js index 448348d0b..03e76202e 100644 --- a/.config/ags/user_options.js +++ b/.config/ags/user_options.js @@ -4,13 +4,6 @@ // options listed in this file will override the default ones in the above file const userConfigOptions = { - 'keybinds': { - 'sidebar': { - 'pin': "Ctrl+p", - 'nextTab': "Ctrl+Page_Down", - 'prevTab': "Ctrl+Page_Up", - }, - }, } export default userConfigOptions;