Remove tmux references
These aren't needed as I'm now using Zellij.
This commit is contained in:
parent
5b731dd0b8
commit
5af45522fb
2 changed files with 0 additions and 4 deletions
|
@ -22,8 +22,6 @@ set("v", "<left>", "<nop>")
|
|||
set("v", "<right>", "<nop>")
|
||||
set("v", "<up>", "<nop>")
|
||||
|
||||
set("n", "<C-f>", ":silent !tmux neww t<CR>", { noremap = true, silent = true })
|
||||
|
||||
-- Easily switch back to visual mode.
|
||||
set("i", "jk", "<Esc>")
|
||||
|
||||
|
|
Reference in a new issue