Make Prefix+W open the wiki directory

This commit is contained in:
Oliver Davies 2024-05-02 17:30:14 +01:00
parent 41167cf442
commit 2835bcd6cd

View file

@ -99,7 +99,7 @@ in {
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"
bind-key -r W run-shell "t ~/Documents/wiki"
set -g @resurrect-strategy-nvim 'session'
'';