Skip to content

Commit

Permalink
fix kamp-buffers
Browse files Browse the repository at this point in the history
option -b belongs to get subcommand
  • Loading branch information
vbauerster committed May 17, 2024
1 parent 55071b7 commit d321221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kamp-buffers
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
exit 1
fi

buffers_cmd="kamp -s $session get val -b \* -s bufname"
buffers_cmd="kamp -s $session get -b \* val -s bufname"
preview_cmd="kamp -s $session cat -b {} | bat --color=always --line-range=:500 --file-name {}"
delete_cmd="kamp -s $session send -b {} delete-buffer"

Expand Down

0 comments on commit d321221

Please sign in to comment.