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": {
"lastModified": 1,
"narHash": "sha256-Cv2xshoY62NckqzoptT3EvlQKkqze85w5Uxd/Tf/7dI=",
"narHash": "sha256-4gJ1RSvUFCKPoJX4Pong6qP0A5ppGyHlP+8EtBt0p5c=",
"path": "./nixvim",
"type": "path"
},

View file

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