We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffca6a commit 7f8efeeCopy full SHA for 7f8efee
functions/_github-copilot-cli.abbrs.fish
@@ -1,4 +1,4 @@
1
function _github-copilot-cli.abbrs -d "Initialize GitHub Copilot Command Line Interface(CLI) abbreviations"
2
- abbr -a -g ghcs gh copilot suggest
3
- abbr -a -g ghce gh copilot explain
+ abbr -a -g --set-cursor='|' ghcs 'gh copilot suggest "|"'
+ abbr -a -g --set-cursor='|' ghce 'gh copilot explain "|"'
4
end
0 commit comments