git: lg now means log
This commit is contained in:
parent
2e7dde150a
commit
43f25a36c2
2 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,6 @@ return require('packer').startup({function()
|
|||
-- exec('au ColorScheme gruvbox hi TabLineSel guibg=' . $color01 . ' guifg=' . $color06)
|
||||
-- exec('au ColorScheme gruvbox hi TabLineFill guibg=' . $color01)
|
||||
-- ]]
|
||||
|
||||
require('luatab').setup {}
|
||||
end
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
cam = commit --amend
|
||||
ch = checkout
|
||||
d = diff
|
||||
lg = log
|
||||
pl = pull
|
||||
ps = push
|
||||
rem = remote
|
||||
|
|
Loading…
Add table
Reference in a new issue