Skip to content

Commit

Permalink
fix: change create draft message keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
jackMort committed Dec 14, 2023
1 parent 9dfe972 commit f1453f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/chatgpt/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function M.defaults()
select_session = "<Space>",
rename_session = "r",
delete_session = "d",
draft_message = "<C-d>",
draft_message = "<C-r>",
edit_message = "e",
delete_message = "d",
toggle_settings = "<C-o>",
Expand Down

0 comments on commit f1453f5

Please sign in to comment.