Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing nvim + tmux config #5

Open
aranw opened this issue Jan 30, 2024 · 1 comment
Open

Missing nvim + tmux config #5

aranw opened this issue Jan 30, 2024 · 1 comment

Comments

@aranw
Copy link

aranw commented Jan 30, 2024

In your video https://www.youtube.com/watch?v=DzNmUNvnB04&t=595s you add some custom configuration to make tmux + neovim work better together but I have been unable to find an example of this change in a Git repo and I think it would be good to add this configuration somewhere so that viewers don't have to try retype all the config straight from the video

@mohammedbabiker
Copy link

If you are using lazy.vim add this to plugin configuration

return {
  "christoomey/vim-tmux-navigator",
  lazy = false,
  keys = {
    { "<c-h>", "<cmd> TmuxNavigateLeft<cr>" },
    { "<c-l>", "<cmd> TmuxNavigateRight<cr>" },
    { "<c-j>", "<cmd> TmuxNavigateDown<cr>" },
    { "<c-k>", "<cmd> TmuxNavigateUp<cr>" },
  },
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants