nixvim(toggleterm): switch keybind to C-t, because <space>tt interferes with insert mode

This commit is contained in:
Khaïs COLIN 2024-08-07 18:45:06 +02:00
parent 2f69ec00af
commit 8b05e5fa08
2 changed files with 2 additions and 2 deletions

View file

@ -526,7 +526,7 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-Cv2xshoY62NckqzoptT3EvlQKkqze85w5Uxd/Tf/7dI=", "narHash": "sha256-4gJ1RSvUFCKPoJX4Pong6qP0A5ppGyHlP+8EtBt0p5c=",
"path": "./nixvim", "path": "./nixvim",
"type": "path" "type": "path"
}, },

View file

@ -2,7 +2,7 @@
plugins.toggleterm = { plugins.toggleterm = {
enable = true; enable = true;
settings = { settings = {
open_mapping = "[[<leader>tt]]"; open_mapping = "[[<c-t>]]";
}; };
}; };
} }