private/hlissner: rethink keybindings + fix find-in-* snippet commands + fix :tablast typo

This commit is contained in:
Henrik Lissner
2017-03-07 16:23:56 -05:00
parent 80c3584a78
commit a9e4f7c2b4
3 changed files with 34 additions and 37 deletions

View File

@ -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)