.gitignore: Ignore .vim/spell/
[dotfiles.git] / .gitconfig
index ca9fdf8ea9719dace19259051b8875960fd47884..fb91a05674a1b1d061b2c3205930641783136e2f 100644 (file)
        # Diff helpers
        df           = diff --patience
        dfc          = diff --patience --cached
+       dfw          = diff --patience --word-diff=plain
+       # Searching
+       ls           = ls-files
+       ack          = !git-ack
+       # Submodules
+       sub          = !git-subup
+       sup          = !git-subup pull
        # Misc
        root         = rev-parse --show-toplevel
        sh           = !git-sh
        thanks       = !git-thanks
        who          = shortlog -s --
-       sub          = !git-subup
-       sup          = !git-subup pull
        fp           = format-patch --stdout
-       ls           = ls-files
 
 [core]
        filemode = true