mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-04 19:19:41 +03:00
Do not cycle while switching panes in tmux/vim
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user