General Fixes
Fixed issue where when opening a second terminal it'd open in the same tmux session making it so that it's just a mirror of the first terminal. Closing that terminal would close all terminals. Also added an alias to vim which calls nvim
This commit is contained in:
@@ -10,6 +10,6 @@ config.enable_tab_bar = false
|
||||
config.initial_cols = 205
|
||||
config.initial_rows = 45
|
||||
config.font_size = 10
|
||||
config.default_prog = { "tmux", "new-session", "-A", "-s", "main" }
|
||||
config.default_prog = { "tmux", "new-session" }
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user