add hack to fix vimux incompatibility

This commit is contained in:
Dietrich Rink
2023-06-10 14:54:31 +02:00
parent 65b8263508
commit 0e8596b19b

View File

@@ -1,3 +1,6 @@
-- Hack to replace dropped -p parameter
vim.g.VimuxHeight = '0 -l 20%'
-- Keyboard shortcuts -- Keyboard shortcuts
if vim.env.TMUX ~= nil then if vim.env.TMUX ~= nil then
vim.keymap.set('n', '<f5>', function() vim.keymap.set('n', '<f5>', function()