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()