vimwiki: dth @ dth-MacBookAir
This commit is contained in:
parent
ff180035f5
commit
1dfef51328
3 changed files with 27 additions and 5 deletions
|
|
@ -153,8 +153,8 @@ schemes:
|
||||||
# Apply the color scheme.
|
# Apply the color scheme.
|
||||||
# colors: *gruvbox_material_hard_dark
|
# colors: *gruvbox_material_hard_dark
|
||||||
# colors: *gruvbox_material_medium_dark
|
# colors: *gruvbox_material_medium_dark
|
||||||
# colors: *gruvbox_material_soft_dark
|
colors: *gruvbox_material_soft_dark
|
||||||
|
|
||||||
# colors: *gruvbox_material_hard_light
|
# colors: *gruvbox_material_hard_light
|
||||||
# colors: *gruvbox_material_medium_light
|
# colors: *gruvbox_material_medium_light
|
||||||
colors: *gruvbox_material_soft_light
|
# colors: *gruvbox_material_soft_light
|
||||||
|
|
|
||||||
15
README.md
15
README.md
|
|
@ -1,14 +1,23 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
This repo is an extension of [dannydannydanny/methodology](https://github.com/DannyDannyDanny/methodology/)
|
This repo is an extension of [dannydannydanny/methodology](https://github.com/DannyDannyDanny/methodology/)
|
||||||
The central part of this repo is [ubuntu](ubuntu.md)
|
* [ubuntu](ubuntu.md)
|
||||||
|
* [firefox-scrolling](firefox-scrolling.md)
|
||||||
|
|
||||||
|
|
||||||
## Roadmap:
|
## Roadmap:
|
||||||
|
|
||||||
* extend *makefile*:
|
* extend *makefile*:
|
||||||
* **low-level configs:** config zsh, config nvim, config tmux-local, config tmux-remote
|
* **low-level configs:**
|
||||||
* **machine level config:** config mac local machine, config ubuntu local machine, config ubuntu server
|
* config zsh
|
||||||
|
* config nvim
|
||||||
|
* config tmux-local
|
||||||
|
* config tmux-remote
|
||||||
|
* **machine level config:**
|
||||||
|
* config mac local machine
|
||||||
|
* config ubuntu local machine
|
||||||
|
* config ubuntu server
|
||||||
|
|
||||||
* [o] configure **tmux**:
|
* [o] configure **tmux**:
|
||||||
* [X] remote nested sessions
|
* [X] remote nested sessions
|
||||||
* [X] change tmux:pane-switching bindings from arrow keys to vim bindings
|
* [X] change tmux:pane-switching bindings from arrow keys to vim bindings
|
||||||
|
|
|
||||||
13
firefox-scrolling.md
Normal file
13
firefox-scrolling.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
Go to `about:config` and make changes:
|
||||||
|
|
||||||
|
```
|
||||||
|
gfx.webrender.all: true
|
||||||
|
general.smoothScroll.msdPhysics.enabled: true
|
||||||
|
general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS: 12
|
||||||
|
general.smoothScroll.msdPhysics.motionBeginSpringConstant: 125
|
||||||
|
general.smoothScroll.msdPhysics.regularSpringConstant: 100
|
||||||
|
mousewheel.min_line_scroll_amount: 42
|
||||||
|
mousewheel.default.delta_multiplier_y: 10
|
||||||
|
```
|
||||||
|
|
||||||
|
> [source](https://www.reddit.com/r/firefox/comments/mq9g52/linux_firefox_performancemacos_like_mouse_wheel/)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue