nixbook: fix xdph, update tmux conf

This commit is contained in:
Tristan 2024-08-03 00:58:17 +01:00
parent 8358376a4a
commit bbadda1419
4 changed files with 14 additions and 2 deletions

View file

@ -87,11 +87,13 @@
lspBuf = {
"K" = "hover";
"<leader>ca" = "code_action";
"<C-.>" = "code_action";
"<leader>cr" = "rename";
"gd" = "definition";
};
diagnostic = {
"<leader>ch" = "open_float";
"<C-e>" = "open_float";
};
};
};