You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before filing, I have searched for similar issues.
Neovim Version
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1723675123
Run "nvim -V1 -v" for more info
Multiplexer Integration
Kitty
Multiplexer Version
kitty 0.36.0 created by Kovid Goyal
Steps to Reproduce
Enter resize mode
Press <Esc> to exit resize mode
Enter resize mode again
Press <Esc> to exit resize mode again, failed
Expected Behavior
Exit resize mode normally.
Actual Behavior
Stuck in resize mode, unable to exit.
Minimal Configuration to Reproduce
localroot=vim.fn.fnamemodify('./.repro', ':p')
-- set stdpaths to use .reprofor_, nameinipairs({ 'config', 'data', 'state', 'cache' }) dovim.env[('XDG_%s_HOME'):format(name:upper())] =root..'/' ..nameend-- bootstrap lazylocallazypath=root..'/plugins/lazy.nvim'ifnotvim.loop.fs_stat(lazypath) thenvim.fn.system({
'git',
'clone',
'--filter=blob:none',
'--single-branch',
'https://github.com/folke/lazy.nvim.git',
lazypath,
})
endvim.opt.runtimepath:prepend(lazypath)
-- install pluginslocalplugins= {
-- do not remove the colorscheme! it makes testing nicer'folke/tokyonight.nvim',
'mrjones2014/smart-splits.nvim',
-- add any other pugins here
}
require('lazy').setup(plugins, {
root=root..'/plugins',
})
require('smart-splits').setup({
-- add any options here
})
vim.keymap.set('n', '<Esc>', '<cmd>nohlsearch<cr>')
vim.keymap.set('n', '<A-r>', require('smart-splits').start_resize_mode)
-- add anything else herevim.opt.termguicolors=true-- do not remove the colorscheme! it makes testing nicervim.cmd([[colorscheme tokyonight]])
Additional Details and/or Screenshots
No response
The text was updated successfully, but these errors were encountered:
Similar Issues
Neovim Version
Multiplexer Integration
Kitty
Multiplexer Version
Steps to Reproduce
<Esc>
to exit resize mode<Esc>
to exit resize mode again, failedExpected Behavior
Exit resize mode normally.
Actual Behavior
Stuck in resize mode, unable to exit.
Minimal Configuration to Reproduce
Additional Details and/or Screenshots
No response
The text was updated successfully, but these errors were encountered: