Initiatives
For each time in neovim I feel it doesn’t make sense to simply use hjkl with a magic trackpad on hand. And eventually I get to work on it.
To begin.
- The file structure
- Works on the
init.luain neovim config
.config/
└── nvim/
├── init.lua
└── lua/
├── config/
│ └── ...
└── plugins/
└── ...
Major Workaround
- Reference to Neovim official document about the scrollwheel.
- Setups in
init.lua
|
|
Final Effect
Two finger scroll to replace hjkl in normal mode.