Switch from tmux to zellij
Also remapped some nvim and zsh keybinds to not conflict with zellij
This commit is contained in:
parent
df45dea143
commit
7136b447f9
8 changed files with 48 additions and 17 deletions
|
@ -68,7 +68,7 @@ return {
|
|||
keys = {
|
||||
{
|
||||
desc = "Open Telescope",
|
||||
"<C-s>",
|
||||
"t",
|
||||
"<cmd>Telescope<cr>",
|
||||
},
|
||||
{
|
||||
|
@ -88,7 +88,7 @@ return {
|
|||
},
|
||||
{
|
||||
desc = "Change to a project",
|
||||
"<C-p>",
|
||||
"<leader>p",
|
||||
"<cmd>Telescope projects<cr>",
|
||||
},
|
||||
},
|
||||
|
|
|
@ -24,8 +24,8 @@ return {
|
|||
}, { prefix = "<leader>" })
|
||||
|
||||
wk.register({
|
||||
["<C-n>"] = { "<cmd>bnext<cr>", "Next buffer" },
|
||||
["<C-b>"] = { "<cmd>bprevious<cr>", "Previous buffer" },
|
||||
["<Tab>"] = { "<cmd>bnext<cr>", "Next buffer" },
|
||||
["<S-Tab>"] = { "<cmd>bprevious<cr>", "Previous buffer" },
|
||||
})
|
||||
|
||||
-- Exit terminal insert mode with esc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue