mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
private/hlissner: rethink keybindings + fix find-in-* snippet commands + fix :tablast typo
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
(ex! "ss[ave]" '+workspace:save-session)
|
||||
(ex! "tabc[lose]" '+workspace:delete)
|
||||
(ex! "tabclear" 'doom/kill-all-buffers)
|
||||
(ex! "tabl[ast]" '+workspace/switch-to-list)
|
||||
(ex! "tabl[ast]" '+workspace/switch-to-last)
|
||||
(ex! "tabload" '+workspace:load)
|
||||
(ex! "tabn[ew]" '+workspace:new)
|
||||
(ex! "tabn[ext]" '+workspace:switch-next)
|
||||
|
Reference in New Issue
Block a user