005c4bb9b6e6

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Jan 2020 17:02:45 -0800
parents 72582740f458
children 430034d10981
branches/tags (none)
files bin/f stumpwmrc vim/custom-dictionary.utf-8.add vim/vimrc

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/f	Mon Jan 06 17:02:45 2020 -0800
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+set -euo pipefail
+
+sed -Ee 's/[[:blank:]]+/ /g' -e 's/^ //' | cuts -f "$@"
--- a/stumpwmrc	Fri Jan 03 13:30:55 2020 -0500
+++ b/stumpwmrc	Mon Jan 06 17:02:45 2020 -0800
@@ -308,8 +308,8 @@
                                    (,laptop ("--off"))
                                    (,extern ("--auto"))
                                    (,extern ("--primary"))
-                                   ;; (,laptop ("--auto"))
-                                   ;; (,laptop ("--right-of" ,extern))
+                                   (,laptop ("--auto"))
+                                   (,laptop ("--left-of" ,extern))
                                    )
         do (uiop:run-program `("xrandr" "--output" ,output ,@commands))))
 
--- a/vim/custom-dictionary.utf-8.add	Fri Jan 03 13:30:55 2020 -0500
+++ b/vim/custom-dictionary.utf-8.add	Mon Jan 06 17:02:45 2020 -0800
@@ -288,3 +288,5 @@
 upserts
 lysed
 Syslog
+RIT
+Pleasanton
--- a/vim/vimrc	Fri Jan 03 13:30:55 2020 -0500
+++ b/vim/vimrc	Mon Jan 06 17:02:45 2020 -0800
@@ -488,6 +488,8 @@
 " Typo navigation
 nnoremap ]z ]S
 nnoremap [z [S
+nnoremap ]Z ]Sz=
+nnoremap [Z [Sz=
 
 " Insert Mode Completion {{{