|
31 | 31 | } |
32 | 32 | ] |
33 | 33 | }, |
| 34 | + "editor.lineNumbers": "relative", |
34 | 35 | "workbench.iconTheme": "catppuccin-perfect-monokai", |
35 | 36 | "workbench.editor.empty.hint": "hidden", |
36 | 37 |
|
|
39 | 40 | // Vim Motions |
40 | 41 | // https://dev.to/ansonh/10-vs-code-vim-tricks-to-boost-your-productivity-1b0n |
41 | 42 | "vim.smartRelativeLine": true, |
42 | | - "editor.lineNumbers": "relative", |
| 43 | + "vim.leader": "<space>", |
43 | 44 | "vim.normalModeKeyBindings": [ |
44 | 45 | { |
45 | 46 | "before": ["g", "p", "d"], |
|
88 | 89 | "before": ["<leader>", "z"], |
89 | 90 | "commands": ["workbench.action.toggleZenMode"] |
90 | 91 | }, |
| 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 | + // } |
91 | 112 | ], |
92 | | - "vim.leader": "<space>", |
93 | 113 | "vim.highlightedyank.enable": true, |
94 | 114 | "vim.highlightedyank.duration": 250, |
95 | 115 | "vim.useSystemClipboard": true, |
96 | 116 | "editor.cursorSurroundingLines": 12, |
97 | 117 | "extensions.experimental.affinity": { |
98 | 118 | "asvetliakov.vscode-neovim": 1 |
99 | 119 | }, |
100 | | - "cursor.composer.shouldChimeAfterChatFinishes": true, |
101 | 120 | "workbench.tips.enabled": false, |
102 | 121 | "vscode-neovim.neovimExecutablePaths.darwin": "/opt/homebrew/bin/nvim", |
103 | 122 | "vscode-neovim.neovimInitVimPaths.darwin": "~/.config/nvim/init.lua", |
|
0 commit comments