diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-11-22 21:52:27 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-11-22 21:52:27 +0200 |
| commit | 84c2819641cf3415ec1e96db3857019e5f99e1b0 (patch) | |
| tree | 627efd6db002328996032bdba7dd23d2e50b01b3 /lua/user/keys.lua | |
| parent | fd4c32fb3443b506b25210954c6e1967e32e02bf (diff) | |
| download | dotfiles-84c2819641cf3415ec1e96db3857019e5f99e1b0.tar.gz dotfiles-84c2819641cf3415ec1e96db3857019e5f99e1b0.zip | |
Added markdown-preview toggle keybinding
Diffstat (limited to 'lua/user/keys.lua')
| -rw-r--r-- | lua/user/keys.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/user/keys.lua b/lua/user/keys.lua index 5a17635..dd48b76 100644 --- a/lua/user/keys.lua +++ b/lua/user/keys.lua @@ -243,7 +243,8 @@ map("v", "<C-X>", "<Esc>`.``gvP``P") -- Hitting ESC when inside a terminal to get into normal mode --utils.map("t", "<Esc>", [[<C-\><C-N>]]) - +-- markdown-preview +map("n", "<leader>md", "<Plug>MarkdownPreviewToggle") -- Search and replace |
