- Finally move all keymappings into which-key - Change to MunsMan/kitty-navigator.nvim - Change mapping for switching window/split to Ctrl+Shift+<vim-motion> - Add some new mappings like 'gt' for LazyGit Terminal split
9 lines
318 B
Lua
9 lines
318 B
Lua
-- -----------------------------------------------------------------------------
|
|
-- ----------------------------- rip-substitute --------------------------------
|
|
-- -----------------------------------------------------------------------------
|
|
|
|
return {
|
|
"chrisgrieser/nvim-rip-substitute",
|
|
cmd = "RipSubstitute",
|
|
}
|