mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add comment
This commit is contained in:
@@ -5,4 +5,9 @@ if not status then
|
|||||||
end
|
end
|
||||||
|
|
||||||
codewindow.setup()
|
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()
|
codewindow.apply_default_keybinds()
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ return packer.startup(function(use)
|
|||||||
-- Custom Motions
|
-- Custom Motions
|
||||||
use("christoomey/vim-sort-motion") -- gs
|
use("christoomey/vim-sort-motion") -- gs
|
||||||
use("tommcdo/vim-exchange") -- cx, cxx, X, cxc
|
use("tommcdo/vim-exchange") -- cx, cxx, X, cxc
|
||||||
use("easymotion/vim-easymotion") -- <Leader>f/L
|
use("easymotion/vim-easymotion") -- <Leader><Leader>f/L
|
||||||
|
|
||||||
-- TMUX
|
-- TMUX
|
||||||
use("christoomey/vim-tmux-navigator")
|
use("christoomey/vim-tmux-navigator")
|
||||||
|
|||||||
Reference in New Issue
Block a user