From 0acb534a3dedf7491d76db617b3609e2f4d26458 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 23 Dec 2021 12:10:38 -0800 Subject: [PATCH] shortened mmux as the if[xterm-kitty=xterm-256] addition makes this irrelevant --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index b987938b..f0aec293 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -200,7 +200,7 @@ alias open="xdg-open" alias pdf="pdftotext" alias tree="tree -ad -L 3 --prune -C" alias {nv,nvi}="nvim" -alias {mymux,memux,mmux}="tmux new-session \; send-keys 'nvim' C-m\; split-window -v -p 3\; send-keys 'clear' C-m\; split-window -h -p 50\; send-keys 'clear && ddgr' C-m\; select-pane -t 0\;" +alias {mymux,memux,mmux}="tmux new-session \; send-keys 'nvim' C-m\; split-window -v -p 3\; send-keys '' C-m\; split-window -h -p 50\; send-keys 'ddgr' C-m\; select-pane -t 0\;" alias {cproj,mproj,myproj}="cd '$cproj' && mmux" alias tls="tmux ls" alias ta="tmux a -t"