From 69dd348c9275710e9af03c10f5f0809207589cf0 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:57:29 -0500 Subject: [PATCH] fix: repos function fzf window too small --- modules/common/shell/github.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/shell/github.nix b/modules/common/shell/github.nix index 9dc64ef..82d4dfa 100644 --- a/modules/common/shell/github.nix +++ b/modules/common/shell/github.nix @@ -57,6 +57,7 @@ | fzf \ --header-lines=1 \ --layout=reverse \ + --height=100% \ --bind "ctrl-o:execute:gh repo view -w ''${organization}/{1}" \ --bind "shift-up:preview-half-page-up" \ --bind "shift-down:preview-half-page-down" \