Skip to main content
Module

x/dpp_vim/deps.ts>op.mousefocus

Dark powered plugin manager for Vim/neovim
Latest
variable op.mousefocus
import { op } from "https://deno.land/x/dpp_vim@v0.2.0/deps.ts";
const { mousefocus } = op;

The window that the mouse pointer is on is automatically activated. When changing the window layout or window focus in another way, the mouse pointer is moved to the window with keyboard focus. Off is the default because it makes using the pull down menus a little goofy, as a pointer transit may activate a window unintentionally. MS-Windows: Also see 'scrollfocus' for what window is scrolled when using the mouse scroll wheel.

(default off)

only works in the GUI

type

GlobalOption<boolean>