You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-15Lines changed: 45 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,17 @@
20
20
21
21
</div>
22
22
23
-
<aid="installation"></a>
23
+
<!-- first day of winter 2020 is dec 21 -->
24
24
25
25
## Installation
26
26
27
-
>👷 install script is incomplete, do the good ol [StackOverflow](https://i.imgur.com/QZj4hxp.jpg) to expierment with repo files. 🚧
27
+
<aid="installation"></a>
28
+
29
+
<!-- github flavored markdown presently doesnot support `target="_blank"` -->
30
+
31
+
<blockquote>
32
+
👷 install script is incomplete, do the good ol <a href="https://i.imgur.com/QZj4hxp.jpg" target="_blank" "rel="noopener noreferrer">StackOverflow <imgsrc="https://raw.githubusercontent.com/wiki/ipatch/dotfiles/lib/nearr.svg"></a> to experiment with repo files. 🚧
> Certain files and folders are omitted for brevity & security, most notably the `pack` directory polluting the **File Structure** with vim plugin files.
-[cool looking **badges** for github readme's](https://github.com/ryanoasis/nerd-fonts)
739
747
740
-
## TODOs
748
+
<!-- <h3>TODOs</h3> -->
749
+
750
+
##
741
751
742
752
<aid="todos"></a>
743
753
754
+
744
755
<details>
745
756
<summary><strong>TODOs</strong></summary>
746
757
758
+
-[ ][vim][neovim] keep the `lcd` / `pwd` to the directory nvim was launched from **especially** if nvim was launched with no args
759
+
-[ ][alacritty][fish][tmux][karabiner][hammerspoon]_double tap esc_, ie. esc², to run the keyboard shortcut of clearing the scree, ie. prefix (tmux), then control+l
760
+
-[ ][vim][nvim][coc][eslint] gutter warn glyph appeares to be `>>` in the color red, would much prefer to keep warning color consistent with the color of the warning text, and same with error text, keep that the color red.
761
+
-[ ][tmux][hammerspoon][ke] left double tap shift, toggle max/min pane within window
762
+
-[ ][macos][afloat][ke][hammerspoon] double tap right shift, toggle keep window atop
763
+
-[ ][fish] followup on my reddit question about suggestions / completions when writing fish scripts
-[ ][tmux] possible binding for toggling max/min windows size <kbd>control+shift</kbd>
760
789
-[ ][macos, wm, spectacle] <kbd>cmd,option,+</kbd> have to mash <kbd>+</kbd> multiple times to increase window size, would like _hold the key down to increase size_, looking at your karabiner-elements / hammerspoon
761
790
-[ ][macos] look into creating a _lazy mouse hover_ function, if the mouse is hovering a application specific window for a certain period of time (threshold) bring that application to focus, ie. a pseudo auto hover.
762
-
-[x][vim] update colorscheme to see if it solves the neovim gutter white colored pipes for code folds. [**neovim folding doc**](https://neovim.io/doc/user/usr_28.html)
763
-
-**did not** update the gutter symbol colors related to code folds. booo
764
-
-[ ][vim] change commenting for `.gitignore` files from `/* wrong */` to `# right`
765
791
-[ ][tmux] put short synopsis of current weather in tmux status bar, _right side_
766
792
-[ ]**vivaldi** / **voilentmonkey**
767
-
- youtube script, to switch view mode on viewer window hover with mouse.
768
-
-[ ][fish] exp with using colors for `brew.fish` function to distingush misspelling of word
769
-
-[ ][vim] navigating documents with line wraps makes jumping through buffer by line number inaccurate, wraped lines are displayed as one line, but the jump cmd treats them as multiple
793
+
- youtube script, to switch view mode on viewer window hover with mouse or mash a key to bring focus to viewer window so playback shortcuts become active.
794
+
-[ ][fish] exp with using colors for `brew.fish` function to distinguish misspelling of word
795
+
-[ ][vim] navigating documents with line wraps makes jumping through buffer by line number inaccurate, wrapped lines are displayed as one line, but the jump cmd treats them as multiple
770
796
-[ ][tmux]**nope**, call a shell script using a double tap of <kbd>shift</kbd> that interacts with the current window of tmux, a karabiner, hammerspoon, shell script, worm hole 🐛🕳
771
797
-[ ][tmux] it'd be nice to have a quick double tap of either <kbd>shift</kbd>key then<kbd>shift</kbd> to toggle between remote and local tmux sessions
-[ ][python][fish][virtualenv] setup keybinding <kbd>control</kbd>+<kbd>d</kbd> to exit virtualenv but not exit terminal / shell session, ie. make control+d local to the virtualenv
778
804
-[ ][python][fish][neolambda] update prompt to remove ~λ~ and put name of virtualenv instead
779
805
-[ ] see if there is a fish function of _omf_ or _fisher_ plugin that supports sharing command history between bash and fish
780
-
-[ ] make abe graphich more personal.
806
+
-[ ] make abe graphic more personal.
781
807
-[ ] spend an hour or two working on install script for aiding the process of setting up my dotfiles on fresh box 📦.
-[x]~~[vim] change commenting for `.gitignore` files from `/* wrong */` to `# right`~~
819
+
-[x]~~[vim] update colorscheme to see if it solves the neovim gutter white colored pipes for code folds.~~[**neovim folding doc**](https://neovim.io/doc/user/usr_28.html)
820
+
-**did not** update the gutter symbol colors related to code folds. booo
791
821
-[x]~~[vim] keybinding: use `ctrl+w, z` to maximize / minimize split~~
792
822
-[x]~~[vim] remamp split command key bindings to use similar keys as tmux pane splitting, ie. <kbd>|</kbd> and <kbd>-</kbd>~~
793
823
-[x]~~pack up `spring-dev` branch into a release and begin `summer-dev` branch~~
0 commit comments