Skip to content
skilbjo edited this page Feb 9, 2025 · 1 revision

Welcome to the dotfiles wiki!

cursor?

/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
}
Clone this wiki locally