Find a file
Oliver Davies dab8031935 feat(tmux): add join-pane key bind
Add a key binding for re-joining another window into a pane within the
current window, which is the opposite of the `break-pane` command.

It prompts for the window to join from and then joins it into a vertical
pane within the current window.

This was taken from Chris Toomey's dotfiles. See
553c92a3a1/tmux/tmux.conf (L60)
2023-08-22 16:58:57 +01:00
bin feat(scripts): add watch-changes 2023-08-21 23:17:36 +01:00
config fix(nvim): remove git-worktree configuration 2023-08-14 19:31:30 +01:00
system feat(tmux): add join-pane key bind 2023-08-22 16:58:57 +01:00
flake.lock chore(update) 2023-08-17 20:23:50 +01:00
flake.nix feat(zsh): show ASCII logo in a new terminal 2023-08-12 19:53:07 +01:00
justfile fix(wsl2): use shared Home Manager configuration 2023-08-09 22:37:03 +01:00
logo.txt feat(zsh): show ASCII logo in a new terminal 2023-08-12 19:53:07 +01:00
README.md revert(readme): add ASCII logo 2023-08-12 21:48:50 +01:00
stylua.toml style: format lua with StyLua 2022-01-09 00:41:55 +00:00

dotfiles

Cross-platform development environments for opdavies using Nix, NixOS and Home Manager.

Why did you move from Ansible?

TBD.

Why NixOS?

TBD.

Why Home Manager?

TBD.

NixOS vs WSL2 (Windows)

TBD.

Inspiration