Skip to content

Commit 582504d

Browse files
authored
refactor: relocate cursor inside prompt (#2)
fixes #1
2 parents 2ffca6a + 7f8efee commit 582504d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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
2+
abbr -a -g --set-cursor='|' ghcs 'gh copilot suggest "|"'
3+
abbr -a -g --set-cursor='|' ghce 'gh copilot explain "|"'
44
end

0 commit comments

Comments
 (0)