Skip to content

Commit

Permalink
2022-09-09 21:51:29
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Sep 9, 2022
1 parent c6c75fc commit 9da25ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
local wezterm = require 'wezterm'

return {
-- General -------------------------------------------------------------------

switch_to_last_active_tab_when_closing_tab = true,

-- Appearance ----------------------------------------------------------------

-- Smart tab bar [distraction-free mode]
Expand Down Expand Up @@ -43,6 +47,7 @@ return {

-- Create tabs
{ key = 'c', mods = 'LEADER', action = wezterm.action.SpawnTab 'CurrentPaneDomain' },
{ key = 'C', mods = 'LEADER', action = wezterm.action.SpawnCommandInNewTab { cwd = wezterm.home_dir } },

-- Split panes
{ key = 'o', mods = 'LEADER', action = wezterm.action.SplitVertical { domain = 'CurrentPaneDomain' } },
Expand Down

0 comments on commit 9da25ae

Please sign in to comment.