Compare commits
No commits in common. "b0ddcb9f55143ea2ae536618c8cbf9f72b5c0175" and "ed6f0f2215b86f764655eb8e1e843224f98b87a8" have entirely different histories.
b0ddcb9f55
...
ed6f0f2215
2 changed files with 1 additions and 6 deletions
|
@ -58,11 +58,6 @@ vim.keymap.set("n", "<leader>gg", ":exe '!gh gist create -w %:p'<cr><cr>")
|
|||
|
||||
vim.keymap.set('n', '<leader>sa', ':Move %<tab>')
|
||||
|
||||
-- pairing
|
||||
vim.keymap.set("n", "<leader>pm", function()
|
||||
vim.opt.relativenumber = not(vim.opt.relativenumber:get())
|
||||
end)
|
||||
|
||||
--- tabs
|
||||
vim.keymap.set("n", "<Leader>2", function()
|
||||
print("Setting tabstop to 2")
|
||||
|
|
|
@ -54,7 +54,7 @@ alias grc="git rm --cached"
|
|||
alias grh="git reset --hard"
|
||||
alias grm="git rm"
|
||||
alias gst="git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline"
|
||||
alias gack='git log --pretty="%an <%ae>" | sort -u | fzf | xargs -I "{}" git add-trailer "Co-authored-by: {}"'
|
||||
alias gsw='git log --pretty="%an <%ae>" | sort -u | fzf | xargs -I "{}" git add-trailer "Co-authored-by: {}"'
|
||||
alias gup="git-branch-delete-merged"
|
||||
alias Grep='grep'
|
||||
alias l="ls"
|
||||
|
|
Loading…
Add table
Reference in a new issue