summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-01-27 16:36:34 -0500
committerSamuel Johnson <[email protected]>2025-01-27 16:36:34 -0500
commit7c9fb3660733c3735e1500baa347674b2ed86f6c (patch)
tree53fcd2a6e493d11a6e8120418cd539122119cad2 /.vimrc
parent52a12ad842257b6bcb267b5e0d18c3c10816cf03 (diff)
Update lf to prefer vim over nvim
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 72b0954..8a96636 100644
--- a/.vimrc
+++ b/.vimrc
@@ -31,7 +31,7 @@ if executable('ada_language_server')
\ })
endif
-nnoremap <C-s> :Files<CR>
+nnoremap <C-s> :Files<CR>
nnoremap <F8> :TagbarToggle<CR>
set tabstop=4