# HG changeset patch # User Steve Losh # Date 1532362965 0 # Node ID 5d83e9eaedcf2d1db0c1a994ffd7ae979487716e # Parent 4049cfd97ffb1695e4f5337d278002646d4ad147 Maps diff -r 4049cfd97ffb -r 5d83e9eaedcf stumpwmrc --- a/stumpwmrc Mon Jul 23 15:49:20 2018 +0000 +++ b/stumpwmrc Mon Jul 23 16:22:45 2018 +0000 @@ -285,9 +285,16 @@ '(("st-256color" ("s-c" . "C-C") ("s-v" . "C-V")) - ("Firefox" + ("(Firefox|Google-chrome)" ("s-1" . "C-S-Tab") ("s-2" . "C-Tab") + ;; I always try to hit ctrl-d to kill a browser window because I'm so used + ;; to terminal windows, and it ends up bookmarking the damn page. In the + ;; interest of not having a random collection of bookmarks grow over time, + ;; I'll just add a mapping to compensate for my stupid brain. + ("C-d" . "C-w") + ("s-t" . "C-t") + ("s-w" . "C-w") ("s-z" . "C-z") ("s-x" . "C-x") ("s-c" . "C-c") @@ -299,6 +306,7 @@ ("s-v" . "C-v")))) + ;;;; Modeline ----------------------------------------------------------------- (defun ensure-mode-line () (when (not (stumpwm::head-mode-line (current-head)))