From 755d715fe03ff5c9201ad27f389978c5b4ef1371 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 11:25:20 +0900 Subject: feat(options): enable hybrid numbers & disable numbers on startup --- fnl/nvrc/keymaps.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc/keymaps.fnl') diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl index fb7091e..9fbde8b 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -9,7 +9,7 @@ (map! [n :silent] :q ((. (require :nvrc.utils) :del_buf))) (map! [n :silent] :w ":enew ") (map! [n :silent] :a ":tabnew ") -(map! [n :silent] :s ":set nu! ") +(map! [n :silent] :s ":set nu! | :set rnu! ") (map! [n :silent] :d ":buffers ") (map! [n :silent] :ya ":%y+ ") -- cgit 1.4.1