diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-10 18:02:42 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-10 18:02:42 +0100 |
commit | 7601e022b15ae26c2e74087b074657aa46080c25 (patch) | |
tree | 8b8ef0cdf30a99f14a9cc8042bb438416e17f446 /fnl | |
parent | b5579d6d01f77115893800a9f3d1be82489e45af (diff) |
Increase size of toggleterm
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/toggleterm.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/toggleterm.fnl b/fnl/plugins/toggleterm.fnl index 12168aa..1d3d516 100644 --- a/fnl/plugins/toggleterm.fnl +++ b/fnl/plugins/toggleterm.fnl @@ -2,7 +2,7 @@ (local keys [{1 :<leader>t 2 :<cmd>ToggleTerm<cr> :desc :Terminal}]) -(local opts {:size 24 :shade_terminals false}) +(local opts {:size 32 :shade_terminals false}) (local auto-cmds [[:TermOpen {:pattern "term://*toggleterm#*" |