commit 4270c1b6f113a0ff08428ede7d323a9689f7eab8 parent 47189857446d5c4714ac678a8801cad025ae7d0c Author: Anton Konyahin <me@konyahin.xyz> Date: Tue, 5 Mar 2024 20:35:35 +0300 nvi: few shortcuts Diffstat:
M | nvi/dot-nexrc | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/nvi/dot-nexrc b/nvi/dot-nexrc @@ -10,9 +10,9 @@ set iclower set shiftwidth=4 set tabstop=4 -" vim: good parts -map gg 1G -map ZQ :q! +map g 1G +map q :q +map Q :q! map zz mzz.`z " movements