diff --git a/.config/nvim/lua/keys.lua b/.config/nvim/lua/keys.lua index 8efb60e..e6716c2 100644 --- a/.config/nvim/lua/keys.lua +++ b/.config/nvim/lua/keys.lua @@ -64,8 +64,8 @@ wk.register({ g = { name = 'git', s = { 'Git', 'Status' }, - p = { 'Git push -u origin head', 'Push' }, - P = { 'Git push -u origin head --force-with-lease', 'Push (force with lease)' }, + p = { 'Git push', 'Push' }, + P = { 'Git push --force-with-lease', 'Push (force with lease)' }, f = { 'Git fetch', 'Fetch' }, r = { name = 'rebase',