diff options
| author | DrNuget <drnuget@outlook.com> | 2025-12-13 21:11:15 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2025-12-13 21:11:15 +0200 |
| commit | 60babebc7e25b8a057892caa0561a078c5a07585 (patch) | |
| tree | 5bae056e80b6846eb2aeb2a6bc6f46e1b9769013 | |
| parent | 3ffc18de3eb646fcca29071e3c0a98d592a27208 (diff) | |
| download | dotfiles-60babebc7e25b8a057892caa0561a078c5a07585.tar.gz | |
vimrc make : go to cli
| -rw-r--r-- | .config/nvim/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 5b03f0c..4065785 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -35,6 +35,9 @@ vim.cmd([=[ nnoremap <tab> <esc>/<++><enter>ca< + " Default to commandline in command mode + nnoremap : :<C-f>A + " Keep cursor at center of screen while scrolling nnoremap <C-d> <C-d>zz nnoremap <C-u> <C-u>zz |
