You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
432 B

  1. require("tmux").setup({
  2. copy_sync = {
  3. enable = true,
  4. },
  5. navigation = {
  6. -- enables default keybindings (C-hjkl) for normal mode
  7. enable_default_keybindings = true,
  8. },
  9. resize = {
  10. -- enables default keybindings (A-hjkl) for normal mode
  11. enable_default_keybindings = true,
  12. }
  13. })