mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +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
|
||||
case subl
|
||||
set -a editor $f:$line:$col --wait
|
||||
case micro
|
||||
set -a editor $f:$line:$col
|
||||
case '*'
|
||||
set -a editor $f
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue