update dap map
This commit is contained in:
parent
c2227b86a2
commit
1e9e412a02
2 changed files with 4 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
{
|
{
|
||||||
|
mode = ["n"];
|
||||||
key = "<leader>du";
|
key = "<leader>du";
|
||||||
action = {
|
action = {
|
||||||
__raw = "require('dapui').toggle";
|
__raw = "require('dapui').toggle";
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
# Session management:
|
# Session management:
|
||||||
{
|
{
|
||||||
mode = ["n" "v"];
|
mode = ["n"];
|
||||||
key = "<leader>dc";
|
key = "<leader>dc";
|
||||||
action = "<cmd>DapContinue<cr>";
|
action = "<cmd>DapContinue<cr>";
|
||||||
options = {
|
options = {
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
mode = ["n"];
|
mode = ["n"];
|
||||||
key = "<leader>dd";
|
key = "<leader>dq";
|
||||||
action = "<cmd>DapDisconnect<cr>";
|
action = "<cmd>DapDisconnect<cr>";
|
||||||
options = {
|
options = {
|
||||||
silent = true;
|
silent = true;
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
mode = ["n"];
|
mode = ["n"];
|
||||||
key = "<leader>dt";
|
key = "<leader>dQ";
|
||||||
action = "<cmd>DapTerminate<cr>";
|
action = "<cmd>DapTerminate<cr>";
|
||||||
options = {
|
options = {
|
||||||
silent = true;
|
silent = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue