Skip to content

Commit

Permalink
replace : with <cmd>
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Apr 1, 2024
1 parent e392c2e commit 6c8a73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/keys/shortcuts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ in
"<M->>" = "<C-w>>";
}
// (withAttrSet config.vim.telescope.tabs.enable {
"<C-p>" = ":lua require('search').open()<CR>";
"<C-p>" = "<cmd>lua require('search').open()<CR>";
})
// (withAttrSet config.vim.lsp.enable {
"K" = "<cmd>lua vim.lsp.buf.hover()<CR>";
Expand Down

0 comments on commit 6c8a73a

Please sign in to comment.