align comments for better readability

This commit is contained in:
Dustin Kirkland 2009-03-28 10:46:33 -05:00
commit d1fcc6ce97

View file

@ -31,11 +31,11 @@
# F-keys seem to work well in both gnome-terminal and tty consoles
# F1 | 'help' in gnome-terminal
register n "^a^c^aA" # Goes with the F2 definition
register n "^a^c^aA" # | Goes with the F2 definition
bindkey -k k2 process n # F2 | Create new window (and name it)
bindkey -k k3 prev # F3 | Previous 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
bindkey -k k5 process r # F5 | Reload profile
bindkey -k k6 detach # F6 | Detach from this session
bindkey -k k7 copy # F7 | Enter copy/scrollback mode