Skip to content

Commit

Permalink
feat(nvim): change ChatGPT-nvim edit-with-instructions use_output_as_…
Browse files Browse the repository at this point in the history
…input

shortcut

<C-i> doesn't seem to work in Alacritty.

Also make <C-h> for help mode explicit :)
  • Loading branch information
workflow committed Feb 29, 2024
1 parent ec2fe70 commit c5ff98f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion home/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,14 @@ in
},
popup_input = {
submit = "<C-s>"
}
},
edit_with_instructions = {
keymaps = {
toggle_help = "<C-h>",
use_output_as_input = "<C-x>",
}
},
})
local wk = require("which-key")
wk.register({
Expand Down

0 comments on commit c5ff98f

Please sign in to comment.