Do not cycle while switching panes in tmux/vim

This commit is contained in:
Asocia
2021-07-13 23:19:05 +03:00
parent 2b4256f076
commit 19a6ea5f71
2 changed files with 11 additions and 5 deletions

View File

@ -41,6 +41,10 @@ vim.g.loaded_matchit = 0
vim.g.loaded_matchparen = 0
vim.g.loaded_spec = 0
-- tmux-navigator
vim.g.tmux_navigator_disable_when_zoomed = 1
vim.g.tmux_navigator_no_wrap = 1 -- You need to merge tmux-navigator with heewa/add-no-wrap-option
local M = {}
function M.is_buffer_empty()