Skip to content

Commit

Permalink
Disable default keybindings interactive rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed May 20, 2021
1 parent f6e3902 commit 57d9772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ end
-- Usually installed system-wide, so disable it by the parameter
vim.g.loaded_fzf = false

-- Disable default keybindings <C-a> and <C-x> for interactive rebase
vim.g.no_gitrebase_maps = false

-- Remap useless keys
vim.g.mapleader = ' '
vim.api.nvim_set_keymap('n', 'Y', 'y$', { noremap = true })
Expand Down

0 comments on commit 57d9772

Please sign in to comment.