Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Gallant
e51c0c1e3f nix flake update: 2024-07-29 20:20:01 UTC
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/e67b60fb1b2c3aad2202d95b91d4c218cf2a4fdd' (2024-07-27)
  → 'github:NixOS/nixos-hardware/eab049fe178c11395d65a858ba1b56461ba9652d' (2024-07-29)
2024-07-29 16:20:01 -04:00
Dave Gallant
4ab73c0bec Tmux yank without scrolling to bottom of screen 2024-07-29 15:57:16 -04:00
2 changed files with 5 additions and 3 deletions

6
flake.lock generated
View File

@@ -410,11 +410,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1722114937, "lastModified": 1722278305,
"narHash": "sha256-MOZ9woPwdpFJcHx3wic2Mlw9aztdKjMnFT3FaeLzJkM=", "narHash": "sha256-xLBAegsn9wbj+pQfbX07kykd5VBV3Ywk3IbObVAAlWA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "e67b60fb1b2c3aad2202d95b91d4c218cf2a4fdd", "rev": "eab049fe178c11395d65a858ba1b56461ba9652d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -300,6 +300,8 @@ in {
set -g status-right '#(gitmux #{pane_current_path})' set -g status-right '#(gitmux #{pane_current_path})'
unbind -T copy-mode-vi MouseDragEnd1Pane
''; '';
}; };