mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
edit_command_buffer: Add line:col support for micro
This commit is contained in:
parent
96c4cbc1bd
commit
bb65f81e64
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ function edit_command_buffer --description 'Edit the command buffer in an extern
|
||||||
set -a editor --goto $f:$line:$col --wait
|
set -a editor --goto $f:$line:$col --wait
|
||||||
case subl
|
case subl
|
||||||
set -a editor $f:$line:$col --wait
|
set -a editor $f:$line:$col --wait
|
||||||
|
case micro
|
||||||
|
set -a editor $f:$line:$col
|
||||||
case '*'
|
case '*'
|
||||||
set -a editor $f
|
set -a editor $f
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue