Compare commits

..

No commits in common. "0b5bddca2adbc9a0ec04fbc37cdc2746d6119211" and "99812fd1c1185d38b822670507ae3521179024d0" have entirely different histories.

3 changed files with 16 additions and 16 deletions

View file

@ -9,12 +9,12 @@
"^\n6", "^\n6",
"&\n7", "&\n7",
"*\n8", "*\n8",
"(\n9",
")\n0",
{ {
"c": "#8ec07c" "c": "#8ec07c"
}, },
"Split / Align Vertical", "Prev Session",
"Next Session",
"Split Vertical",
"Equalize Splits", "Equalize Splits",
{ {
"c": "#cccccc", "c": "#cccccc",
@ -51,7 +51,7 @@
{ {
"c": "#8ec07c" "c": "#8ec07c"
}, },
"Paste", "Scroll Up",
{ {
"c": "#cccccc" "c": "#cccccc"
}, },
@ -61,7 +61,7 @@
"c": "#8ec07c", "c": "#8ec07c",
"w": 1.5 "w": 1.5
}, },
"Split / Align Horizontal" "Split Horizontal"
], ],
[ [
{ {
@ -74,8 +74,8 @@
"Toggle Status Bar", "Toggle Status Bar",
"Select Session", "Select Session",
"Resize Left", "Resize Left",
"Resize/ Scroll Down", "Resize Down",
"Resize/ Scroll Up", "Resize Up",
"Resize Right", "Resize Right",
{ {
"c": "#cccccc" "c": "#cccccc"
@ -95,24 +95,24 @@
{ {
"c": "#8ec07c" "c": "#8ec07c"
}, },
"Detach Session/Others", "Detach Session /Others",
"Close Window", "Close Window",
"Close Pane", "Close Pane",
"Select", "Select /Paste",
{ {
"c": "#cccccc" "c": "#cccccc"
}, },
"B", "B",
"N",
"M",
{ {
"c": "#8ec07c" "c": "#8ec07c"
}, },
"Prev Session", "Scroll Down",
"Next Session",
{ {
"c": "#cccccc" "c": "#cccccc"
}, },
"M",
"<\n,",
">\n.",
"?\n/", "?\n/",
{ {
"w": 2.75 "w": 2.75

View file

@ -84,7 +84,7 @@ Jetbrains:<br>
Nautilus:<br> Nautilus:<br>
<img src="https://i.imgur.com/9W1GmLn.png" /><br> <img src="https://i.imgur.com/9W1GmLn.png" /><br>
Tmux:<br> Tmux:<br>
<img src="https://i.imgur.com/GhmwyCO.png" /> <img src="https://i.imgur.com/Soo85vk.png" />
</details> </details>
<details> <details>

View file

@ -3,8 +3,8 @@
bind -n M-z detach-client bind -n M-z detach-client
bind -n M-Z detach-client -a bind -n M-Z detach-client -a
bind -n M-, switch-client -p bind -n M-( switch-client -p
bind -n M-. switch-client -n bind -n M-) switch-client -n
bind -n M-g choose-session -Z bind -n M-g choose-session -Z
set -g window-size smallest set -g window-size smallest