mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
fix(vim-wezterm): Now we can move accross splits when they are maximized
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
return {
|
||||
'mrjones2014/smart-splits.nvim',
|
||||
lazy = false,
|
||||
opts = {
|
||||
disable_multiplexer_nav_when_zoomed = false,
|
||||
},
|
||||
keys = {
|
||||
{ "<C-h>", function() require("smart-splits").move_cursor_left() end },
|
||||
{ "<C-j>", function() require("smart-splits").move_cursor_down() end },
|
||||
|
||||
Reference in New Issue
Block a user