Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.rightleftcmd

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.rightleftcmd
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { rightleftcmd } = op;

Each word in this option enables the command line editing to work in right-to-left mode for a group of commands:

    search          "/" and "?" commands

This is useful for languages such as Hebrew, Arabic and Farsi. The 'rightleft' option must be set for 'rightleftcmd' to take effect.

(default "search")

only available when compiled with the +rightleft feature

type

LocalOption<string>