vim: F3/F4 to tab left/right
got tired of typing gt/gT all the time
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"coc.preferences.jumpCommand": "drop",
|
"coc.preferences.jumpCommand": "drop",
|
||||||
"list.normalMappings": {
|
"list.normalMappings": {
|
||||||
"e": "action:drop"
|
"e": "action:drop",
|
||||||
|
"v":"action:vsplit"
|
||||||
},
|
},
|
||||||
"list.maxPreviewHeight": 16,
|
"list.maxPreviewHeight": 16,
|
||||||
"list.floatPreview": true,
|
"list.floatPreview": true,
|
||||||
|
Reference in New Issue
Block a user