diff --git a/flake.lock b/flake.lock index aa6eade..fd784c8 100644 --- a/flake.lock +++ b/flake.lock @@ -644,11 +644,11 @@ "nixvim": "nixvim" }, "locked": { - "lastModified": 1722819423, - "narHash": "sha256-Xa7g/XYxgYQ7I+S3dTya9mZtllJOs08/oWPceQASG54=", + "lastModified": 1723012155, + "narHash": "sha256-7AlUEGsbIOCQmIRc+lH/k2CJ32pdEkFszyMekTOVoJc=", "ref": "refs/heads/master", - "rev": "984254a9c552eb0080a0d58cfb0e9839124ddfb3", - "revCount": 4, + "rev": "e3dc3f07d69bcb0c9df5875aefd7dbf3877be794", + "revCount": 14, "type": "git", "url": "https://git.sajenim.dev/jasmine/nvim.nix.git" }, diff --git a/home-manager/sajenim/features/desktop/wezterm/config/wezterm.lua b/home-manager/sajenim/features/desktop/wezterm/config/wezterm.lua index 356054e..8794ed2 100644 --- a/home-manager/sajenim/features/desktop/wezterm/config/wezterm.lua +++ b/home-manager/sajenim/features/desktop/wezterm/config/wezterm.lua @@ -89,7 +89,7 @@ config.colors = { config.disable_default_key_bindings = true config.keys = { --| Spawn Tab - { key = 't', mods = 'ALT', action = act.SpawnTab 'CurrentPaneDomain', }, + { key = 'n', mods = 'ALT', action = act.SpawnTab 'CurrentPaneDomain', }, --| Tab Navigation { key = 'LeftArrow', mods = 'ALT', action = act.ActivateTabRelative(-1) }, { key = 'RightArrow', mods = 'ALT', action = act.ActivateTabRelative(1) }, @@ -104,7 +104,7 @@ config.keys = { { key = 'DownArrow', mods = 'ALT', action = act.ActivatePaneDirection 'Next', }, { key = 'UpArrow', mods = 'ALT', action = act.ActivatePaneDirection 'Prev', }, --| Close Pane - { key = 'w', mods = "ALT|CTRL", action = act.CloseCurrentPane { confirm = false }, }, + { key = 'Escape', mods = "ALT", action = act.CloseCurrentPane { confirm = false }, }, --| Copy Mode / Clipboard { key = 'X', mods = 'CTRL', action = act.ActivateCopyMode, }, diff --git a/nixos/common/global/env.nix b/nixos/common/global/env.nix index c2b4bd8..a1e1246 100644 --- a/nixos/common/global/env.nix +++ b/nixos/common/global/env.nix @@ -19,6 +19,8 @@ jq # JSON processor git # version control nmap # network mapper + xclip # clipboard + ripgrep # searches the current directory for a regex pattern # HTTP curl # transfer dato to/from server