From e7224d0c2da96da16264c28d1c91296e87f5251d Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 25 Aug 2025 05:53:30 +0900 Subject: modified plugins/lsp.lua, modified plugins/markdown.lua, modified aerospace/aerospace.toml, modified tmux/tmux.conf --- mac/.config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mac/.config/tmux') diff --git a/mac/.config/tmux/tmux.conf b/mac/.config/tmux/tmux.conf index eb67362..ef58fc7 100644 --- a/mac/.config/tmux/tmux.conf +++ b/mac/.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-n' previous-window \; refresh-client -S -bind -nr 'M-p' next-window \; refresh-client -S +bind -nr 'M-p' previous-window \; refresh-client -S +bind -nr 'M-n' next-window \; refresh-client -S bind 'c' new-window -c "#{pane_current_path}" bind -nr 'M-BSpace' last-window -- cgit v1.2.3