remove wrapping

This commit is contained in:
Ray Andrew 2023-09-01 01:46:03 -05:00
parent 6b201f4555
commit 0a28d394ab
No known key found for this signature in database
GPG key ID: E2E8D63137DD489E

View file

@ -1385,6 +1385,9 @@ return {
"TmuxNavigateRight",
},
keys = { "<C-h>", "<C-j>", "<C-k>", "<C-l>" },
config = function()
vim.g.tmux_navigator_no_wrap = 1
end,
},
------------------------------