{ plugins.toggleterm = { enable = true; settings = { direction = "float"; float_opts = { border = "curved"; height = 30; width = 130; }; open_mapping = "[[]]"; autochdir = true; auto_scroll = true; close_on_exit = true; insert_mappings = true; shell = "fish"; }; }; keymaps = [ { key = ""; mode = [ "n" "t" ]; action = "ToggleTerm"; options = { silent = true; noremap = true; }; } ]; }