Skip to content

Commit

Permalink
scripts: ensure normal mode before executing keys in kks-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kkga committed Sep 15, 2021
1 parent bedd2f8 commit 9ff7269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kks-lines
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ kks cat |
nl -ba -w4 -s'' |
fzf --height 100% --prompt 'lines> ' |
awk '{print $1}' |
xargs -r -I % kks send execute-keys %gx
xargs -r -I {} kks send "execute-keys '<esc>{}gx'"

0 comments on commit 9ff7269

Please sign in to comment.