1
0
Fork 0
mirror of synced 2024-05-28 12:51:10 -04:00

Compare commits

...

3 commits

Author SHA1 Message Date
Łukasz Siemiradzki a74eb96927
Merge 6fc9ad1c9d into 1b88bf2127 2023-12-08 09:14:50 -06:00
Gregory Pakosz 1b88bf2127 fixed username detection on OpenBSD 2023-12-08 16:12:31 +01:00
Łukasz SIEMIRADZKI 6fc9ad1c9d Don't use C-a as a prefix, keep C-b as the only prefix. 2023-11-15 12:10:39 +01:00
2 changed files with 5 additions and 1 deletions

View file

@ -555,7 +555,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
# '
# ;;
# *)
# ps -t "$pane_tty" -o user=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -o pid= -o ppid= -o command= | awk -v pane_pid="$pane_pid" '
# ps -t "/dev/$pane_tty" -o user=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -o pid= -o ppid= -o command= | awk -v pane_pid="$pane_pid" '
# ((/ssh/ && !/-W/) || !/ssh/) && !/tee/ {
# user[$2] = $1; if (!child[$3]) child[$3] = $2; pid=$2; $1 = $2 = $3 = ""; command[pid] = substr($0,4)
# }

View file

@ -370,6 +370,10 @@ tmux_conf_copy_to_os_clipboard=false
# set -g prefix C-a
# bind C-a send-prefix
# don't use C-a as a prefix, keep C-b as the only prefix
# set -gu prefix2
# unbind C-a
# if you don't want Oh my tmux! to alter a binding, use #!important
# bind c new-window -c '#{pane_current_path}' #!important