mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 12:21:14 -03:00
edit_command_buffer: pass cursor position to helix
This commit is contained in:
committed by
Johannes Altmanninger
parent
b6269438e9
commit
d1bb4503d6
@@ -75,6 +75,8 @@ function edit_command_buffer --description 'Edit the command buffer in an extern
|
||||
set -a editor $f:$line:$col --wait
|
||||
case micro
|
||||
set -a editor $f +$line:$col
|
||||
case helix hx
|
||||
set -a editor $f:$line:$col
|
||||
case '*'
|
||||
continue
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user