This commit is contained in:
Zacharias-Brohn
2025-04-07 17:34:06 +02:00
parent acc5a78c30
commit 7c77b19b23
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
***Remove lines containing regex***
```
:%g/{regex}/d
```
+6
View File
@@ -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,