File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ local __DEFAULT__ = {
1515 end , { buffer = e .bufnr })
1616 -- vim.keymap.set({ 't', 'n' }, '<Esc>', function()
1717 -- if not insert then FzfLua.hide() end
18- -- vim.api.nvim_chan_send(vim.bo[e.bufnr].channel, '\x1b ')
18+ -- vim.api.nvim_chan_send(vim.bo[e.bufnr].channel, '\027 ')
1919 -- end, { buffer = e.bufnr, nowait = true })
2020 end ,
2121 },
Original file line number Diff line number Diff line change 2222
2323-- https://github.com/kovidgoyal/kitty/blob/51a08d23cd90dc0c756fef3a702a525ce60a4304/docs/mapping.rst#L204
2424--- @param varname string
25- local set_user_var = function (varname )
26- if not jit then return end
27- w ((' \x1b ]1337;SetUserVar=%s=MQo\007 ' ):format (varname ))
28- end
25+ local set_user_var = function (varname ) w ((' \027 ]1337;SetUserVar=%s=MQo\007 ' ):format (varname )) end
2926
3027local ns = api .nvim_create_namespace (' fzf-lua-extra.zmx' )
3128
You can’t perform that action at this time.
0 commit comments