diff options
Diffstat (limited to 'nvim/lua/config')
| -rw-r--r-- | nvim/lua/config/keymaps.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/lua/config/keymaps.lua b/nvim/lua/config/keymaps.lua index 4b280ef..2c1d383 100644 --- a/nvim/lua/config/keymaps.lua +++ b/nvim/lua/config/keymaps.lua | |||
| @@ -68,6 +68,10 @@ function M.telescope() | |||
| 68 | end, opts) | 68 | end, opts) |
| 69 | end | 69 | end |
| 70 | 70 | ||
| 71 | function M.gitsigns() | ||
| 72 | map("n", "<leader>tb", require("gitsigns").toggle_current_line_blame) | ||
| 73 | end | ||
| 74 | |||
| 71 | function M.global() | 75 | function M.global() |
| 72 | local opts = { | 76 | local opts = { |
| 73 | silent = true, | 77 | silent = true, |
