vim: F3/F4 to tab left/right

got tired of typing gt/gT all the time
This commit is contained in:
2025-07-31 13:39:16 +08:00
parent b634feef31
commit 8cde92a219
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
{
"coc.preferences.jumpCommand": "drop",
"list.normalMappings": {
"e": "action:drop"
"e": "action:drop",
"v":"action:vsplit"
},
"list.maxPreviewHeight": 16,
"list.floatPreview": true,

2
vimrc
View File

@@ -170,6 +170,8 @@ set tabline=%!MyTabLine()
command W w
map Q ZZ
map <F3> gT
map <F4> gt
func Semicolon()
let line = getline('.')