Skip to content

Commit

Permalink
weztermの修飾キーとしてWin/LinuxではAltキーをメインに使うように設定
Browse files Browse the repository at this point in the history
  • Loading branch information
grtw2116 committed Apr 22, 2024
1 parent cf6eded commit 5281948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ config.keys = {
{ key = "x", mods = "LEADER", action = act.SplitHorizontal({ domain = "CurrentPaneDomain" }) },
-- <C-l>: ランチャー表示
{ key = "l", mods = "CMD", action = act.ShowLauncher },
-- Windows / Linux環境では AltキーをSuperキーとして使う
{ key = "Alt", action = act.SendKey({ key = "Super" }) },
}

-- ssh設定
Expand Down

0 comments on commit 5281948

Please sign in to comment.