mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-mondrian => usr/lib/byobu/include/modrian,
usr/lib/byobu/include/Makefile.am, usr/share/byobu/keybindings/f- keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable, usr/share/doc/byobu/help.tmux.txt: - install modrian
This commit is contained in:
parent
5d04043a27
commit
7dd36d780e
6 changed files with 11 additions and 3 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -2,6 +2,11 @@ byobu (4.50) unreleased; urgency=low
|
|||
|
||||
* usr/bin/byobu-mondrian:
|
||||
- clean up code, make idempotent
|
||||
* usr/bin/byobu-mondrian => usr/lib/byobu/include/modrian,
|
||||
usr/lib/byobu/include/Makefile.am, usr/share/byobu/keybindings/f-
|
||||
keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable,
|
||||
usr/share/doc/byobu/help.tmux.txt:
|
||||
- install modrian
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 18 Nov 2011 15:41:36 -0600
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
inclibdirdir = $(prefix)/lib/@PACKAGE@/include
|
||||
inclibdir_SCRIPTS = common constants dirs notify_osd shutil
|
||||
inclibdir_SCRIPTS = common constants dirs modrian notify_osd shutil
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# N.B.: Use bash for $RANDOm
|
||||
# N.B.: Use bash for $RANDOM
|
||||
#
|
||||
# byobu-mondrian: randomly generate some Modrian art in tmux
|
||||
# mondrian: randomly generate some Modrian art in tmux
|
||||
#
|
||||
# Copyright (C) 2011 Dustin Kirkland
|
||||
#
|
|
@ -65,3 +65,4 @@ bind-key -n M-F11 break-pane
|
|||
bind-key -n C-F11 join-pane -h -s :. -t :-1
|
||||
bind-key -n S-F11 join-pane -v -s :. -t :-1
|
||||
bind-key -n S-F12 source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable
|
||||
bind-key -n C-S-F12 new-window -d $BYOBU_PREFIX/lib/byobu/include/mondrian
|
||||
|
|
|
@ -61,3 +61,4 @@ unbind-key -n M-F11
|
|||
unbind-key -n C-F11
|
||||
unbind-key -n S-F11
|
||||
bind-key -n S-F12 source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux
|
||||
unbind-key -n C-S-F12
|
||||
|
|
|
@ -34,3 +34,4 @@ and some convenient keybindings:
|
|||
Ctrl-F11 Join window into a vertical split
|
||||
F12 Escape sequence
|
||||
Shift-F12 Toggle on/off Byobu's keybindings
|
||||
Ctrl-Shift-F12 Modrian squares
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue