diff options
author | sefidel <contact@sefidel.net> | 2023-02-27 15:20:27 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-27 15:20:27 +0900 |
commit | 94e8d40b410fd84a390c4a701df75935a1f0fc70 (patch) | |
tree | 59f1072f424161a3c40532130f9aebc29f245dbf | |
parent | 8cc746fc5a6ace4325836a86e05206b5f8b04c64 (diff) | |
download | nixrc-94e8d40b410fd84a390c4a701df75935a1f0fc70.tar.gz nixrc-94e8d40b410fd84a390c4a701df75935a1f0fc70.zip |
feat(home/base): set wl-copy as a clipboard in tmux
-rw-r--r-- | home/profiles/base/config/tmux.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/profiles/base/config/tmux.nix b/home/profiles/base/config/tmux.nix index 0b5eea4..1ffc93b 100644 --- a/home/profiles/base/config/tmux.nix +++ b/home/profiles/base/config/tmux.nix @@ -11,6 +11,8 @@ set -g status-interval 5 # redraw status line every 5 seconds + set -s copy-command "wl-copy" # wayland clipboard integration + # better split bindings unbind '"' unbind % |