Skip to content

Commit

Permalink
add zen mode keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortArrow committed Apr 12, 2024
1 parent 3104a37 commit 8709153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/lua/my/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ M.maps = {
{ mode = "n", "<Leader>ls", ":Lspsaga finder<CR>", desc = "Lsp Search (lspsaga)" },
},
common = {
-- # zen mode
{ "<Leader>zm", ":ZenMode<CR>", desc = "Zen Mode" },
-- # lsp keymaps
{ "<Leader>lk", vim.lsp.buf.hover, desc = "show references (Lsp References)" },
{ "<Leader>ld", vim.lsp.buf.definition, desc = "jump to definition (Lsp Definition)" },
Expand Down

0 comments on commit 8709153

Please sign in to comment.