de3fbded24a1

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2022 14:20:19 -0400
parents 1e626e20d5e6
children 3709361eb09c
branches/tags (none)
files ffignore gitconfig stumpwmrc vim/vimrc

Changes

--- a/ffignore	Tue Sep 20 12:56:45 2022 -0400
+++ b/ffignore	Tue Oct 04 14:20:19 2022 -0400
@@ -1,6 +1,7 @@
 syntax:literal
 venv
 .venv
+.vagrant
 .DS_Store
 cookbook
 banner.txt
--- a/gitconfig	Tue Sep 20 12:56:45 2022 -0400
+++ b/gitconfig	Tue Oct 04 14:20:19 2022 -0400
@@ -35,6 +35,9 @@
 
     ack = log --color=always --all --topo-order --pretty='format:%Cgreen%h%Creset %s%Cred%d%Creset %C(black bold)(by %an)%Creset' --full-history -S
 
+    # not much what's up with you
+    upsub = submodule update --init --recursive
+
     ci = commit
     cm = commit -m
 
--- a/stumpwmrc	Tue Sep 20 12:56:45 2022 -0400
+++ b/stumpwmrc	Tue Oct 04 14:20:19 2022 -0400
@@ -699,9 +699,13 @@
   ("H-K" "move-window up")
   ("H-L" "move-window right")
 
-  ("H-1" "gmove 1")
-  ("H-2" "gmove 2")
-  ("H-3" "gmove 3")
+  ("H-1" "gselect 1")
+  ("H-2" "gselect 2")
+  ("H-3" "gselect 3")
+
+  ("H-!" "gmove 1")
+  ("H-@" "gmove 2")
+  ("H-#" "gmove 3")
 
   ("C-H-H" "exchange-direction left")
   ("C-H-J" "exchange-direction down")
--- a/vim/vimrc	Tue Sep 20 12:56:45 2022 -0400
+++ b/vim/vimrc	Tue Oct 04 14:20:19 2022 -0400
@@ -2098,6 +2098,8 @@
 
 noremap  <F2> :NERDTreeToggle<cr>
 inoremap <F2> <esc>:NERDTreeToggle<cr>
+noremap  <F14> :NERDTreeFind<cr>
+inoremap <F14> <esc>:NERDTreeFind<cr>
 noremap  <S-F2> :NERDTreeFind<cr>
 inoremap <S-F2> <esc>:NERDTreeFind<cr>