diff options
author | Samuel Johnson <[email protected]> | 2025-01-27 16:36:34 -0500 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-01-27 16:36:34 -0500 |
commit | 7c9fb3660733c3735e1500baa347674b2ed86f6c (patch) | |
tree | 53fcd2a6e493d11a6e8120418cd539122119cad2 /.vimrc | |
parent | 52a12ad842257b6bcb267b5e0d18c3c10816cf03 (diff) |
Update lf to prefer vim over nvim
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |