mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(manpager): add tag jumping keybinds
This commit is contained in:
parent
ea63eea40b
commit
eb302ea61e
2 changed files with 8 additions and 3 deletions
|
@ -18,8 +18,7 @@ opt.mouse = "a" -- Enable full mouse support
|
|||
|
||||
opt.termguicolors = true -- Enable true color in terminals
|
||||
|
||||
-- FIXME: TODO: neovim after 0.8: enable this!
|
||||
--opt.splitkeep = 'screen' -- Try not to move text when opening/closing splits
|
||||
opt.splitkeep = "screen" -- Try not to move text when opening/closing splits
|
||||
opt.wrap = false -- Do not wrap text longer than the window's width
|
||||
opt.scrolloff = 2 -- Keep 2 lines above and below the cursor.
|
||||
opt.sidescrolloff = 2 -- Keep 2 lines left and right of the cursor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue