mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
9 lines
276 B
Fish
9 lines
276 B
Fish
function vi_append_accept --description "Accept autosuggestion and append in vi mode"
|
|
commandline -f accept-autosuggestion
|
|
commandline -f end-of-line
|
|
set fish_bind_mode insert
|
|
fish_vi_cursor insert
|
|
commandline -f end-of-line
|
|
commandline -f repaint
|
|
end
|