summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-10-05 03:45:22 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-10-05 03:45:22 +0900
commit38b422f7f6ca71fde32993044a2e46a584731183 (patch)
tree80e5f087c5066d0a5c5c7f71f4685f2e2c9b3d10 /ar
parent6eb58db552c19bf43d7be8294689753a6d181b29 (diff)
modified tmux/tmux.conf, modified plugins/markdown.lua
Diffstat (limited to 'ar')
-rw-r--r--ar/.config/tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf
index 9288c4c..bbc8c77 100644
--- a/ar/.config/tmux/tmux.conf
+++ b/ar/.config/tmux/tmux.conf
@@ -111,8 +111,8 @@ bind -r 'BSpace' switch-client -l
# window
bind -r '<' swap-window -d -t -1
bind -r '>' swap-window -d -t +1
-bind -nr 'M-H' previous-window \; refresh-client -S
-bind -nr 'M-L' next-window \; refresh-client -S
+bind -nr 'M-,' previous-window \; refresh-client -S
+bind -nr 'M-.' next-window \; refresh-client -S
bind 'c' new-window -c "#{pane_current_path}"
bind -nr 'M-BSpace' last-window