changed Doom Emacs launch shortcut to conform with workspace shortcut
This commit is contained in:
@@ -33,7 +33,7 @@ keys = [
|
|||||||
Key([mod], "plus", lazy.layout.grow(),desc="increase window size"),
|
Key([mod], "plus", lazy.layout.grow(),desc="increase window size"),
|
||||||
Key([mod], "minus", lazy.layout.shrink(),desc="decrease window size"),
|
Key([mod], "minus", lazy.layout.shrink(),desc="decrease window size"),
|
||||||
Key([mod], "n", lazy.layout.normalize(),desc="normalize windows"),
|
Key([mod], "n", lazy.layout.normalize(),desc="normalize windows"),
|
||||||
Key([mod], "o", lazy.layout.maximize(),desc="maximize current window"),
|
Key([mod], "m", lazy.layout.maximize(),desc="maximize current window"),
|
||||||
Key([mod], "space", lazy.window.toggle_fullscreen(),desc="make current window fullscreen"),
|
Key([mod], "space", lazy.window.toggle_fullscreen(),desc="make current window fullscreen"),
|
||||||
|
|
||||||
# app hotkeys
|
# app hotkeys
|
||||||
@@ -43,7 +43,7 @@ keys = [
|
|||||||
Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"),
|
Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"),
|
||||||
Key([mod],"v", lazy.spawn(term + " -e nvim"),desc="Launch NeoVim"),
|
Key([mod],"v", lazy.spawn(term + " -e nvim"),desc="Launch NeoVim"),
|
||||||
Key([mod, "shift"],"s", lazy.spawn('gscreenshot -s -o -f /tmp/screenshots'),desc="take a screenshot"),
|
Key([mod, "shift"],"s", lazy.spawn('gscreenshot -s -o -f /tmp/screenshots'),desc="take a screenshot"),
|
||||||
Key([mod], "m", lazy.spawn("emacsclient -c -a 'emacs'"), desc="Launch Emacs (Client)"),
|
Key([mod], "o", lazy.spawn("emacsclient -c -a 'emacs'"), desc="Launch Emacs (Client)"),
|
||||||
|
|
||||||
# Toggle between different layouts as defined below
|
# Toggle between different layouts as defined below
|
||||||
Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"),
|
Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"),
|
||||||
|
|||||||
Reference in New Issue
Block a user