Recent commits to dotfiles.git (0e9a327d30520a0e7ca0cbdd513194458ebc7d97) https://git.dlma.com/dotfiles.git/tree/0e9a327d30520a0e7ca0cbdd513194458ebc7d97 Recent commits feed provided by GitList. Default log commands only show current branch Stopped defaulting to "--all", now "log1" and vim's "Log" just do the current branch. https://git.dlma.com/dotfiles.git/commit/0e9a327d30520a0e7ca0cbdd513194458ebc7d97 dblume@roku.com (dblume) Thu, 24 Aug 2023 17:30:58 -0700 0e9a327d30520a0e7ca0cbdd513194458ebc7d97 tmux Tab to toggle full screen panes https://git.dlma.com/dotfiles.git/commit/1c0c844dca95e1c9b3b72e1260a5ee79623f3b0e dblume@roku.com (dblume) Wed, 28 Jun 2023 10:13:13 -0700 1c0c844dca95e1c9b3b72e1260a5ee79623f3b0e Add --all to Log command in vimrc https://git.dlma.com/dotfiles.git/commit/1cb349bd2081c2614efe19e4ed19478ea3857b19 david.blume@gmail.com (dblume) Sun, 18 Jun 2023 19:08:10 -0700 1cb349bd2081c2614efe19e4ed19478ea3857b19 Add fnameescape() for Raspberry Pi; remove log1 https://git.dlma.com/dotfiles.git/commit/62f69f000aad67c974bc215f3fe645c99a85e647 david.blume@gmail.com (dblume) Sun, 18 Jun 2023 18:58:13 -0700 62f69f000aad67c974bc215f3fe645c99a85e647 Use fnamescape (for raspberry pi vim 8.0) https://git.dlma.com/dotfiles.git/commit/92958a55a7d1a6e0f75794068c4a5aab86733130 david.blume@gmail.com (dblume) Sat, 17 Jun 2023 23:02:42 -0700 92958a55a7d1a6e0f75794068c4a5aab86733130 Avoid duplicate buffer name error by using orig buffer https://git.dlma.com/dotfiles.git/commit/97b0fced5b3ae9b5d86fcb89ae7ebb5142aa7565 david.blume@gmail.com (dblume) Sat, 17 Jun 2023 22:46:13 -0700 97b0fced5b3ae9b5d86fcb89ae7ebb5142aa7565 Log command should check for filename after "--" too. https://git.dlma.com/dotfiles.git/commit/d424c9a8fa22a9daf6957e08dbd1e6b1367b11e6 david.blume@gmail.com (dblume) Fri, 16 Jun 2023 22:14:28 -0700 d424c9a8fa22a9daf6957e08dbd1e6b1367b11e6 Add vim command ShowFile for git show HASH:fname Show does "git show HASH" to display commit message ShowFile does "git show HASH:fname" to display old version of file https://git.dlma.com/dotfiles.git/commit/097d6508080f226045fdc63c521fb97eea18c4d2 dblume@roku.com (dblume) Wed, 07 Jun 2023 09:49:30 -0700 097d6508080f226045fdc63c521fb97eea18c4d2 Whitespace fix https://git.dlma.com/dotfiles.git/commit/42a3bce6f1159a5fecdf9acf785d540bbb797513 david.blume@gmail.com (dblume) Wed, 26 Apr 2023 21:24:53 -0700 42a3bce6f1159a5fecdf9acf785d540bbb797513 Harmonize Git in vim; If <cword> is hash, use it Now Blame, Show, Diff and Log all work together a little better. If the current word is a git hash then: * Blame: Will "git blame <hash>^ -- filename" * Diff: Will diff that commit with the previous one. This works even if running on a Log or Show window. https://git.dlma.com/dotfiles.git/commit/4d6529950749533e869b60d87dcfb5997c1f9415 dblume@roku.com (dblume) Wed, 26 Apr 2023 10:28:31 -0700 4d6529950749533e869b60d87dcfb5997c1f9415