diff --git a/.config/ags/user_options.js b/.config/ags/user_options.js index b23d80ed0..41bede1ac 100644 --- a/.config/ags/user_options.js +++ b/.config/ags/user_options.js @@ -1,6 +1,8 @@ const userConfigOptions = { - // For every option, see ~/.config/ags/modules/.configuration/user_options.js (vscode users ctrl+click this file://./modules/.configuration/user_options.js) + // For every option, see ~/.config/ags/modules/.configuration/user_options.js + // (tip4vscode: `ctrl+click` this: file://./modules/.configuration/user_options.js) + // (tip4vim: `:vsp` to split window, move cursor to this path, press `gf`. `Ctrl-w` twice to switch between) // Options listed in this file will override the default ones in the above file // Here's an example 'keybinds': { @@ -12,4 +14,4 @@ const userConfigOptions = { }, } -export default userConfigOptions; \ No newline at end of file +export default userConfigOptions;