Skip to content

Commit

Permalink
chore: add get_text_all config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Oct 31, 2023
1 parent 0df3056 commit d9dc568
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/kitty-scrollback/configs/builtin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ local prefix = 'ksb_builtin_'

return {
configs = {
[prefix .. 'get_text_all'] = function()
return {
kitty_get_text = {
extent = 'all',
ansi = true,
},
}
end,
[prefix .. 'last_cmd_output'] = function()
return {
kitty_get_text = {
Expand Down

0 comments on commit d9dc568

Please sign in to comment.