Update user_options.js

This commit is contained in:
end-4
2024-05-15 19:13:34 +07:00
parent 1626f7bb51
commit 106ec3d95c
-7
View File
@@ -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;