mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-24 07:06:19 -07:00
drop the forcing of users to name a window, upon creating it
This commit is contained in:
parent
45a8da0e02
commit
a9b1fdcb1e
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
||||||
|
|
||||||
# F-keys seem to work well in both gnome-terminal and tty consoles
|
# F-keys seem to work well in both gnome-terminal and tty consoles
|
||||||
# F1 | 'help' in gnome-terminal
|
# F1 | 'help' in gnome-terminal
|
||||||
register n "^a^c^aA" # | Goes with the F2 definition
|
register n "^a^c" # | Goes with the F2 definition
|
||||||
bindkey -k k2 process n # F2 | Create new window (and name it)
|
bindkey -k k2 process n # F2 | Create new window
|
||||||
bindkey -k k3 prev # F3 | Previous Window
|
bindkey -k k3 prev # F3 | Previous Window
|
||||||
bindkey -k k4 next # F4 | Next Window
|
bindkey -k k4 next # F4 | Next Window
|
||||||
register r "^a:source $HOME/.screen-profiles/profile" # | Goes with F5 definition
|
register r "^a:source $HOME/.screen-profiles/profile" # | Goes with F5 definition
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue