From 0d4f4b9acb10185773c769002f7a2d19d6fb53cb Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 3 May 2024 13:44:16 -0500 Subject: [PATCH] use | and \ for splits --- flake.lock | 40 ++------------------ users/josh/home_manager/tmux/tmux-reset.conf | 5 ++- 2 files changed, 6 insertions(+), 39 deletions(-) diff --git a/flake.lock b/flake.lock index ecd1a22..ac71c57 100644 --- a/flake.lock +++ b/flake.lock @@ -86,24 +86,6 @@ "type": "github" } }, - "flake-utils_2": { - "inputs": { - "systems": "systems_3" - }, - "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -241,7 +223,6 @@ }, "ringofstorms-nvim": { "inputs": { - "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" ], @@ -249,11 +230,11 @@ "nvim_plugin-declancm/cinnamon.nvim": "nvim_plugin-declancm/cinnamon.nvim" }, "locked": { - "lastModified": 1714676913, - "narHash": "sha256-MSoolIKSi7NEWHBHpIHq0OrHJw8QJYsj8odWJFwcdBo=", + "lastModified": 1714711903, + "narHash": "sha256-UYToVDG7VdNPlw3AjydZhLCT8HM6FvMnA7F8NNNZBD4=", "owner": "RingOfStorms", "repo": "nvim", - "rev": "dcd85a95d2d98d63a9a1dd16bd5d037dcc40b8e6", + "rev": "1eb427a6dc5abae1f3319f8bab00154ac20150a0", "type": "github" }, "original": { @@ -326,21 +307,6 @@ "repo": "default", "type": "github" } - }, - "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } } }, "root": "root", diff --git a/users/josh/home_manager/tmux/tmux-reset.conf b/users/josh/home_manager/tmux/tmux-reset.conf index 362abdc..4aefc80 100644 --- a/users/josh/home_manager/tmux/tmux-reset.conf +++ b/users/josh/home_manager/tmux/tmux-reset.conf @@ -8,8 +8,9 @@ bind -r n next-window bind -r & kill-window bind -r c new-window bind ',' command-prompt "rename-window %%" -bind -r '"' split-window -v -c "#{pane_current_path}" -bind -r % split-window -h -c "#{pane_current_path}" +# Defaults are % and " which is weird and I cannot seem to remember them so using my normal | and \ +bind -r "\\" split-window -v -c "#{pane_current_path}" +bind -r "|" split-window -h -c "#{pane_current_path}" # bind "'" command-prompt -T window-target -p index { select-window it ":%%" } bind w choose-tree -Zw bind -r 1 select-window -t:1