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 TabLineSel guibg=' . $color01 . ' guifg=' . $color06)
|
||||||
-- exec('au ColorScheme gruvbox hi TabLineFill guibg=' . $color01)
|
-- exec('au ColorScheme gruvbox hi TabLineFill guibg=' . $color01)
|
||||||
-- ]]
|
-- ]]
|
||||||
|
|
||||||
require('luatab').setup {}
|
require('luatab').setup {}
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
cam = commit --amend
|
cam = commit --amend
|
||||||
ch = checkout
|
ch = checkout
|
||||||
d = diff
|
d = diff
|
||||||
|
lg = log
|
||||||
pl = pull
|
pl = pull
|
||||||
ps = push
|
ps = push
|
||||||
rem = remote
|
rem = remote
|
||||||
|
|
Loading…
Add table
Reference in a new issue