We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e492a58 commit 3376fc4Copy full SHA for 3376fc4
.github/versions.env
@@ -1,3 +1,3 @@
1
-IMAGE_VERSION=1.21.14
+IMAGE_VERSION=1.21.15
2
NDK_VERSION=27.2.12479018
3
BAZELISK_VERSION=v1.26.0
android_dev/tmux.conf
@@ -31,5 +31,12 @@ bind - split-window -v
31
unbind '"'
32
unbind %
33
34
+# Status bar format
35
+set -g window-status-format ''
36
+set -g window-status-current-format ''
37
+set -g status-justify "left"
38
+set -g status-right '#{pane_current_command}'
39
+set -g status-left '#S'
40
+set -g status-interval 1
41
# Reload config file
-bind r source-file /etc/tmux.conf \; display "Reloaded!"
42
+bind r source-file /etc/tmux.conf \; display "Reloaded!"
0 commit comments