summary refs log tree commit diff
path: root/.config/nvim/after/ftplugin/gitrebase.lua
blob: f85d3b9476485538c29f43e53cde68724bec250a (plain) (blame)
1
2
3
4
vim.keymap.set('n', 'K', function()
  -- local cword = vim.fn.expand('<cword>')
  -- require('gitsigns').show_commit(cword, 'aboveleft split')
end, { desc = 'Lookup commit hash', buffer = 0 })