]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/motd.zsh
ca345fa76c0df4c49fb14e4b4525ea5a4518b828
[dotfiles.git] / zsh / lib / motd.zsh
1 autoload colors; colors;
2
3 short()
4 {
5 print "$fg_bold[white]$1$reset_color $2"
6 }
7
8 msg()
9 {
10 print "$fg_bold[white]$1$reset_color\n$2\n"
11 }
12
13 short "[count][\"x]gr{motion}" 'Replace {motion} text with the contents of register x.'
14 short "gn" "Like \`n\`, but start Visual mode to select the match. If an operator is pending, operates on the match."
15 short "K" "If ft=gitrebase => show diff of commit"