mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 15:29:27 -05:00
Tip for (neo)vim users editing user_options.js
This commit is contained in:
@@ -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;
|
||||
export default userConfigOptions;
|
||||
|
||||
Reference in New Issue
Block a user