clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add s-navigation same as in vim

sspaeti bc50d065 db058fdf

+40
+40
vscode/settings.json
··· 232 232 "commands": [ 233 233 ":nohl" 234 234 ] 235 + }, 236 + { 237 + "before": [ 238 + "s", 239 + "l", 240 + ], 241 + "after": [], 242 + "commands": [ 243 + "workbench.action.focusRightGroup", 244 + ] 245 + }, 246 + { 247 + "before": [ 248 + "s", 249 + "h", 250 + ], 251 + "after": [], 252 + "commands": [ 253 + "workbench.action.focusLeftGroup", 254 + ] 255 + }, 256 + { 257 + "before": [ 258 + "s", 259 + "s", 260 + ], 261 + "after": [], 262 + "commands": [ 263 + "workbench.action.splitEditorDown", 264 + ] 265 + }, 266 + { 267 + "before": [ 268 + "s", 269 + "v", 270 + ], 271 + "after": [], 272 + "commands": [ 273 + "workbench.action.splitEditorRight", 274 + ] 235 275 } 236 276 ], 237 277 "vim.leader": "<space>",