Skip to content

Commit 79fcbe4

Browse files
devydevy
authored andcommitted
update cursor config
1 parent e8ccc2d commit 79fcbe4

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

  • config/stow/cursor/Library/Application Support/Cursor/User

config/stow/cursor/Library/Application Support/Cursor/User/settings.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
}
3232
]
3333
},
34+
"editor.lineNumbers": "relative",
3435
"workbench.iconTheme": "catppuccin-perfect-monokai",
3536
"workbench.editor.empty.hint": "hidden",
3637

@@ -39,7 +40,7 @@
3940
// Vim Motions
4041
// https://dev.to/ansonh/10-vs-code-vim-tricks-to-boost-your-productivity-1b0n
4142
"vim.smartRelativeLine": true,
42-
"editor.lineNumbers": "relative",
43+
"vim.leader": "<space>",
4344
"vim.normalModeKeyBindings": [
4445
{
4546
"before": ["g", "p", "d"],
@@ -88,16 +89,34 @@
8889
"before": ["<leader>", "z"],
8990
"commands": ["workbench.action.toggleZenMode"]
9091
},
92+
{
93+
"before": ["<leader>", "w"],
94+
"commands": ["easymotion-w"]
95+
},
96+
// {
97+
// "before": ["<leader>", "j"],
98+
// "commands": ["easymotion-j"]
99+
// },
100+
// {
101+
// "before": ["<leader>", "k"],
102+
// "commands": ["easymotion-k"]
103+
// },
104+
// {
105+
// "before": ["<leader>", "h"],
106+
// "commands": ["easymotion-h"]
107+
// },
108+
// {
109+
// "before": ["<leader>", "l"],
110+
// "commands": ["easymotion-l"]
111+
// }
91112
],
92-
"vim.leader": "<space>",
93113
"vim.highlightedyank.enable": true,
94114
"vim.highlightedyank.duration": 250,
95115
"vim.useSystemClipboard": true,
96116
"editor.cursorSurroundingLines": 12,
97117
"extensions.experimental.affinity": {
98118
"asvetliakov.vscode-neovim": 1
99119
},
100-
"cursor.composer.shouldChimeAfterChatFinishes": true,
101120
"workbench.tips.enabled": false,
102121
"vscode-neovim.neovimExecutablePaths.darwin": "/opt/homebrew/bin/nvim",
103122
"vscode-neovim.neovimInitVimPaths.darwin": "~/.config/nvim/init.lua",

0 commit comments

Comments
 (0)