From 2a513b5ba0c6a1762fa29572d5189c27cf5603a9 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Tue, 14 Nov 2023 23:08:35 +0100 Subject: [PATCH] nvim text conveniences --- home/rachel.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/rachel.nix b/home/rachel.nix index ea84da5..ae4602f 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -196,6 +196,7 @@ in set clipboard=unnamedplus set laststatus=3 noshowmode set signcolumn=no + set linebreak let g:cornelis_use_global_binary = 1 let g:lightline = { 'colorscheme': 'gruvbox' } colorscheme gruvbox @@ -206,6 +207,11 @@ in inoremap + nnoremap j gj + nnoremap k gk + nnoremap gj j + nnoremap gk k + au BufRead,BufNewFile *.agda call AgdaFiletype() au BufRead,BufNewFile *.lagda.* call AgdaFiletype() function! AgdaFiletype()