diff --git a/README.md b/README.md new file mode 100644 index 0000000..377531a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +***Remove lines containing regex*** +``` +:%g/{regex}/d +``` diff --git a/lua/config/tmux.lua b/lua/config/tmux.lua index 0fc667b..4e63ed7 100644 --- a/lua/config/tmux.lua +++ b/lua/config/tmux.lua @@ -1,4 +1,10 @@ require("tmux").setup({ + copy_sync = { + enable = true, + redirect_to_clipboard = true, + sync_clipboard = true, + sync_registers = true, + }, navigation = { cycle_navigation = true, enable_default_keybindings = false,