mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
shell: add aliases
This commit is contained in:
parent
552a6d8f42
commit
f9791ff888
2 changed files with 3 additions and 1 deletions
|
|
@ -39,9 +39,11 @@
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
|
gcm = "git commit -m";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gl = "git log";
|
gl = "git log";
|
||||||
gd = "git diff";
|
gd = "git diff";
|
||||||
|
gdc = "git diff --cached";
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
gb = "git branch";
|
gb = "git branch";
|
||||||
gm = "git merge";
|
gm = "git merge";
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ return {
|
||||||
lazy = false,
|
lazy = false,
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"ff", -- try it if you didn't it is a banger keybinding for a picker
|
"<leader>ff", -- try it if you didn't it is a banger keybinding for a picker
|
||||||
function()
|
function()
|
||||||
require("fff").find_files()
|
require("fff").find_files()
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue