summaryrefslogtreecommitdiffstats
path: root/nixos/modules/nixvim/plugins/floaterm.nix
blob: 7185d66ec934539494c6212365fae5bc11f1c592 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  programs.nixvim.plugins.floaterm = {
    enable = true;

    width = 0.8;
    height = 0.8;

    title = "";

    keymaps.toggle = "<C-b>";
  };
}