mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add vim-suround in nvim config
This commit is contained in:
parent
d50fc737a8
commit
5c2b55f13c
8 changed files with 31 additions and 81 deletions
|
|
@ -10,7 +10,6 @@
|
|||
"editor.tabCompletion": "on",
|
||||
"editor.tabSize": 4,
|
||||
"editor.formatOnSave": false,
|
||||
"files.autoSave": "afterDelay",
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
|
||||
// Vim
|
||||
|
|
@ -19,13 +18,13 @@
|
|||
"vim.useSystemClipboard": true,
|
||||
"vim.insertModeKeyBindings": [
|
||||
{"before": ["j", "j"],
|
||||
"after" : ["<Esc>"]},
|
||||
"after" : ["<Esc>"]},
|
||||
{"before": ["Ctrl", "Shift", "e"],
|
||||
"commands": ["workbench.view.explorer"]},
|
||||
"commands": ["workbench.view.explorer"]},
|
||||
],
|
||||
"vim.normalModeKeyBindings": [
|
||||
{"before": ["f"],
|
||||
"after" : ["leader","leader","s"]}
|
||||
"after" : ["leader","leader","s"]}
|
||||
],
|
||||
|
||||
// Terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue