From 00053d50132d368f42ea6b7341c82cd91947ae11 Mon Sep 17 00:00:00 2001 From: ktyl Date: Sun, 5 Sep 2021 10:48:38 +0100 Subject: [PATCH] ftdetect txt --- .config/nvim/ftdetect/txt.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/nvim/ftdetect/txt.vim diff --git a/.config/nvim/ftdetect/txt.vim b/.config/nvim/ftdetect/txt.vim new file mode 100644 index 0000000..438bce9 --- /dev/null +++ b/.config/nvim/ftdetect/txt.vim @@ -0,0 +1,6 @@ +set wrap + +noremap j gj +noremap k gk +noremap $ g$ +noremap 0 g0