3
4
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-10-06 04:53:57 +02:00

sisko: Various fixes. Add amalieem.

This commit is contained in:
2024-12-31 12:43:46 +01:00
parent e1a252c5ee
commit 049d3d82c6
5 changed files with 60 additions and 2 deletions

View File

@@ -106,6 +106,8 @@ in {
autocmd VimEnter * wincmd p " Unselect nerdtree window
endif
autocmd Filetype go setlocal expandtab tabstop=4 shiftwidth=4 softtabstop=4
" List and switch buffers on Ctrl+k
" nnoremap <C-k> :set nomore <Bar> :ls <Bar> :set more <CR>:b<Space>
nnoremap <silent> <C-k> !echo "Did you mean C-a?"<CR>