From 15fab770bc6fb5f4df04cf84df08a183f999a093 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Sun, 4 Feb 2024 12:38:43 +0000
Subject: [PATCH] tmux: add keybinding to open opdavies.nvim

---
 system/shared/modules/tmux.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system/shared/modules/tmux.nix b/system/shared/modules/tmux.nix
index 2e6ab703..b96cb47e 100644
--- a/system/shared/modules/tmux.nix
+++ b/system/shared/modules/tmux.nix
@@ -95,6 +95,7 @@
 
       bind-key -r F new-window t
       bind-key -r D run-shell "t ~/Code/github.com/opdavies/dotfiles.nix"
+      bind-key -r N run-shell "t ~/Code/github.com/opdavies/opdavies.nvim"
       bind-key -r W run-shell "t ~/Code/github.com/opdavies/oliverdavies.uk"
 
       set -g @resurrect-strategy-nvim 'session'