-
Notifications
You must be signed in to change notification settings - Fork 2
Home
skilbjo edited this page Feb 9, 2025
·
1 revision
Welcome to the dotfiles wiki!
/Users/skilbjo/Library/Application Support/Cursor/User/settings.json
{
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.defaultProfile.osx": "bash",
"packageManager": "npm",
"vim.vimrc.enable": true,
"vim.vimrc.path": "/Users/skilbjo/.vimrc",
"vim.foldfix": true,
"vim.leader": ",",
"vim.insertModeKeyBindings": [
{
"before": [
"<leader>",
"s"
],
"commands": [
"workbench.action.files.save"
],
"after": [
"<ESC>"
]
}
],
"diffEditor.maxComputationTime": 0,
"files.autoSave": "onWindowChange",
"editor.tabSize": 2
}