feat: add tmux-vim-navigator

dev-docs
Moritz Böhme 2023-04-28 08:12:15 +02:00
parent b23382ee8e
commit 35ddc6a33c
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
3 changed files with 2 additions and 8 deletions

View File

@ -88,6 +88,7 @@ in
promise-async
vim-fugitive
vim-lion
vim-tmux-navigator
] ++ pluginsWithConfig;
};
};

View File

@ -26,14 +26,6 @@ require("which-key").register({
},
})
-- fast window move
require("which-key").register({
["<C-h>"] = { "<C-w>h", "Move window left" },
["<C-j>"] = { "<C-w>j", "Move window down" },
["<C-k>"] = { "<C-w>k", "Move window up" },
["<C-l>"] = { "<C-w>l", "Move window right" },
})
-- tab
require("which-key").register({
["<tab>"] = {

View File

@ -78,6 +78,7 @@ in
plugins = with pkgs.tmuxPlugins; [
sensible
tmux-fzf
vim-tmux-navigator
yank
];
extraConfig =