Skip to main content
Module

x/ddc_vim/deps.ts>op.cdhome

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.cdhome
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { cdhome } = op;

When on, :cd, :tcd and :lcd without an argument changes the current working directory to the $HOME directory like in Unix. When off, those commands just print the current directory name. On Unix this option has no effect. NOTE: This option is reset when 'compatible' is set.

(default: off)

type

GlobalOption<boolean>