mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 09:58:52 +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
|
||||
of changes rather than having to poll.
|
||||
|
||||
|
||||
* Add some formats for search in copy mode (search_present, search_match).
|
||||
|
||||
* 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
|
||||
|
||||
Adding in the fake history points
|
||||
=================================
|
||||
=================================
|
||||
|
||||
To tie both the "master" branch from "tmux" and the "obsd-master"
|
||||
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"
|
||||
new -d -s0 -nirssi 'exec irssi'
|
||||
set -t0:0 monitor-activity on
|
||||
set -t0:0 aggressive-resize on
|
||||
set -t0:0 aggressive-resize on
|
||||
neww -d -ntodo 'exec emacs ~/TODO'
|
||||
setw -t0:1 aggressive-resize on
|
||||
neww -d -nmutt 'exec mutt'
|
||||
|
@ -11,7 +11,7 @@ $TMUX kill-server 2>/dev/null
|
||||
|
||||
TMP=$(mktemp)
|
||||
trap "rm -f $TMP" 0 1 15
|
||||
|
||||
|
||||
cat <<EOF >$TMP
|
||||
new sleep 101
|
||||
new -- sleep 102
|
||||
|
@ -11,7 +11,7 @@ $TMUX kill-server 2>/dev/null
|
||||
|
||||
TMP=$(mktemp)
|
||||
trap "rm -f $TMP" 0 1 15
|
||||
|
||||
|
||||
cat <<EOF >$TMP
|
||||
new
|
||||
neww sleep 101
|
||||
|
@ -2,7 +2,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user