mirror of
https://github.com/tmux/tmux.git
synced 2025-04-13 14:58:50 +00:00
Minor cleanups, GitHub issue 2824.
This commit is contained in:
parent
22e5fc02c3
commit
c1be1b351d
2
CHANGES
2
CHANGES
@ -133,7 +133,7 @@ CHANGES FROM 3.1c TO 3.2
|
|||||||
|
|
||||||
* Add a way for control mode clients to subscribe to a format and be notified
|
* Add a way for control mode clients to subscribe to a format and be notified
|
||||||
of changes rather than having to poll.
|
of changes rather than having to poll.
|
||||||
|
|
||||||
* Add some formats for search in copy mode (search_present, search_match).
|
* Add some formats for search in copy mode (search_present, search_match).
|
||||||
|
|
||||||
* Do not wait on shutdown for commands started with run -b.
|
* Do not wait on shutdown for commands started with run -b.
|
||||||
|
2
SYNCING
2
SYNCING
@ -89,7 +89,7 @@ of the remote name "obsd-tmux", we can now create the master branch from
|
|||||||
% git checkout -b obsd-master obsd-tmux/master
|
% git checkout -b obsd-master obsd-tmux/master
|
||||||
|
|
||||||
Adding in the fake history points
|
Adding in the fake history points
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
To tie both the "master" branch from "tmux" and the "obsd-master"
|
To tie both the "master" branch from "tmux" and the "obsd-master"
|
||||||
branch from "tmux-openbsd" together, the fake history points added to the
|
branch from "tmux-openbsd" together, the fake history points added to the
|
||||||
|
@ -61,7 +61,7 @@ bind y set synchronize-panes\; display 'synchronize-panes #{?synchronize-panes,o
|
|||||||
# should be started with "tmux attach" rather than "tmux new"
|
# should be started with "tmux attach" rather than "tmux new"
|
||||||
new -d -s0 -nirssi 'exec irssi'
|
new -d -s0 -nirssi 'exec irssi'
|
||||||
set -t0:0 monitor-activity on
|
set -t0:0 monitor-activity on
|
||||||
set -t0:0 aggressive-resize on
|
set -t0:0 aggressive-resize on
|
||||||
neww -d -ntodo 'exec emacs ~/TODO'
|
neww -d -ntodo 'exec emacs ~/TODO'
|
||||||
setw -t0:1 aggressive-resize on
|
setw -t0:1 aggressive-resize on
|
||||||
neww -d -nmutt 'exec mutt'
|
neww -d -nmutt 'exec mutt'
|
||||||
|
@ -11,7 +11,7 @@ $TMUX kill-server 2>/dev/null
|
|||||||
|
|
||||||
TMP=$(mktemp)
|
TMP=$(mktemp)
|
||||||
trap "rm -f $TMP" 0 1 15
|
trap "rm -f $TMP" 0 1 15
|
||||||
|
|
||||||
cat <<EOF >$TMP
|
cat <<EOF >$TMP
|
||||||
new sleep 101
|
new sleep 101
|
||||||
new -- sleep 102
|
new -- sleep 102
|
||||||
|
@ -11,7 +11,7 @@ $TMUX kill-server 2>/dev/null
|
|||||||
|
|
||||||
TMP=$(mktemp)
|
TMP=$(mktemp)
|
||||||
trap "rm -f $TMP" 0 1 15
|
trap "rm -f $TMP" 0 1 15
|
||||||
|
|
||||||
cat <<EOF >$TMP
|
cat <<EOF >$TMP
|
||||||
new
|
new
|
||||||
neww sleep 101
|
neww sleep 101
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
UTF-8 encoded sample plain-text file
|
UTF-8 encoded sample plain-text file
|
||||||
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||||
|
|
||||||
Markus Kuhn [ˈmaʳkʊs kuːn] <http://www.cl.cam.ac.uk/~mgk25/> — 2002-07-25
|
Markus Kuhn [ˈmaʳkʊs kuːn] <http://www.cl.cam.ac.uk/~mgk25/> — 2002-07-25 CC BY
|
||||||
|
|
||||||
|
|
||||||
The ASCII compatible UTF-8 encoding used in this plain-text file
|
The ASCII compatible UTF-8 encoding used in this plain-text file
|
||||||
|
Loading…
Reference in New Issue
Block a user