From 0e31288e07f2ecc917e97d0ee90fed87d2cf9055 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Wed, 20 Aug 2025 01:22:26 -0400 Subject: [PATCH] Increase width of wiki capture window --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 17616e5..a8df8b2 100644 --- a/home.nix +++ b/home.nix @@ -322,7 +322,7 @@ bind [ run-shell 'project-picker.sh' # bind C-c display-popup -E -w 50% -h 50% 'nvim +":cd ~/org" ~/org/refile.norg' # bind C-c display-popup -E -w 50% -h 50% 'nvim +"VimwikiIndex" - bind C-c display-popup -E -w 40% -h 60% "pytui -n" + bind C-c display-popup -E -w 60% -h 60% "pytui -n" # bind C-w display-popup -E -w 40% -h 60% "pytui -D" bind C-o display-popup -E -w 50% -h 50% 'igrep ~/wiki/notes'