switch to wezterm and fix breaking change

This commit is contained in:
Ben Kyd
2023-04-02 22:56:02 +01:00
parent 471fabf764
commit d80a272bbb
3 changed files with 37 additions and 5 deletions

View File

@@ -44,10 +44,6 @@ require('smart-splits').setup({
'BufEnter',
'WinEnter',
},
-- enable or disable the tmux integration
tmux_integration = true,
-- disable tmux navigation if current tmux pane is zoomed
disable_tmux_nav_when_zoomed = true,
})
vim.keymap.set('n', '<A-Left>', require('smart-splits').resize_left)