Update dotfiles repo path
This commit is contained in:
parent
9ef0411680
commit
509e85e0d0
|
@ -36,7 +36,7 @@ in
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
trigger = ":dotfiles";
|
trigger = ":dotfiles";
|
||||||
replace = "https://github.com/opdavies/dotfiles";
|
replace = "https://github.com/opdavies/dotfiles.nix";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
trigger = ":dc";
|
trigger = ":dc";
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
bind-key -T copy-mode-vi 'C-\' select-pane -l
|
bind-key -T copy-mode-vi 'C-\' select-pane -l
|
||||||
|
|
||||||
bind-key -r F new-window t
|
bind-key -r F new-window t
|
||||||
bind-key -r D run-shell "t ~/Code/github.com/opdavies/dotfiles"
|
bind-key -r D run-shell "t ~/Code/github.com/opdavies/dotfiles.nix"
|
||||||
bind-key -r W run-shell "t ~/Code/github.com/opdavies/oliverdavies.uk"
|
bind-key -r W run-shell "t ~/Code/github.com/opdavies/oliverdavies.uk"
|
||||||
|
|
||||||
set -g @resurrect-strategy-nvim 'session'
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
|
|
Loading…
Reference in a new issue