Re-add keymap to run tmux-sessionizer in Neovim
This commit is contained in:
parent
fbe3867690
commit
81be534d4f
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
local set = vim.keymap.set
|
||||
|
||||
set("n", "<C-f>", "<cmd>silent !tmux new-window tmux-sessionizer<CR>")
|
||||
|
||||
-- Execute Lua in the current file, line or range.
|
||||
set("n", "<leader><leader>x", "<cmd>source %<CR>")
|
||||
set("n", "<leader>x", ":.lua<CR>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue