summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-20 08:41:39 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-20 08:41:39 +0900
commit2b2c186b1b72e91e03142a5e534e99d3245c5fa5 (patch)
treefe46b2fb30435714afe96769bf989b656320b4f7
parenta81f0f45b0511e24b5b2a267f3dda5a5bc235b18 (diff)
modified tmux/tmux.conf
-rw-r--r--ar/.config/tmux/tmux.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf
index f18fdf4..f9a6f7d 100644
--- a/ar/.config/tmux/tmux.conf
+++ b/ar/.config/tmux/tmux.conf
@@ -49,6 +49,9 @@ set -g status-style "bg=default"
# clear
bind 'l' "send-keys C-l; send-keys -R; clear-history"
+# copy-mode
+bind 'v' copy-mode
+
# lazygit
bind -n 'M-g' popup -d "#{pane_current_path}" -E -h 95% -w 95% -x 100% "EDITOR=nvim lazygit"
@@ -136,7 +139,6 @@ set -g @continuum-restore 'on'
set -g @continuum-save-interval '1' # min, 0 for disable
# copycat
-bind 'v' copy-mode
bind -T copy-mode-vi 'v' send-keys -X begin-selection
bind -T copy-mode-vi 'C-v' send-keys -X rectangle-toggle
bind -T copy-mode-vi 'y' send-keys -X copy-selection-and-cancel