5d83e9eaedcf

Maps
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Jul 2018 16:22:45 +0000
parents 4049cfd97ffb
children 06b6e608a196
branches/tags (none)
files stumpwmrc

Changes

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