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