markdown updated plugins
This commit is contained in:
11
lua/plugins/tmux.lua
Normal file
11
lua/plugins/tmux.lua
Normal file
@ -0,0 +1,11 @@
|
||||
local tmux_installer = require("tmux").setup({
|
||||
copy_sync = {
|
||||
enable = true,
|
||||
},
|
||||
navigation = {
|
||||
enable_default_keybindings = true,
|
||||
},
|
||||
resize = {
|
||||
enable_default_keybindings = true,
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user