Matt Obert

发表的评论

嘿 @Adam,

我来这里是为了提到我最近重新映射了我的 CAPS LOCK 键,并将其设置为我的 Compose 键。

<aol>我也是!</aol>

我不认为我曾经有目的地使用过 CAPS LOCK,而且每当我意外按下它时,我最终都会退格并重新输入——除非我碰巧在使用 Vim,在这种情况下,波浪线键 ("~") 允许我切换大小写而无需重新输入!

1.) 暂存所有内容,无论是否已暂存以进行提交

alias gstu='git stash --include-untracked'

2.) 恢复你已暂存的所有内容

alias gstp='git stash pop'

© . All rights reserved.