chore(nvim): add comment

This commit is contained in:
Stefan Imhoff
2022-11-13 19:39:42 +01:00
parent 310f18f198
commit cd024f3514
2 changed files with 6 additions and 1 deletions

View File

@@ -5,4 +5,9 @@ if not status then
end
codewindow.setup()
-- <leader>mo - open the minimap
-- <leader>mc - close the minimap
-- <leader>mf - focus/unfocus the minimap
-- <leader>mm - toggle the minimap
codewindow.apply_default_keybinds()

View File

@@ -182,7 +182,7 @@ return packer.startup(function(use)
-- Custom Motions
use("christoomey/vim-sort-motion") -- gs
use("tommcdo/vim-exchange") -- cx, cxx, X, cxc
use("easymotion/vim-easymotion") -- <Leader>f/L
use("easymotion/vim-easymotion") -- <Leader><Leader>f/L
-- TMUX
use("christoomey/vim-tmux-navigator")