diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-16 20:09:01 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-16 20:09:01 -0700 |
commit | 0f5dabb60c392cdadd674176e01acf9f9cf77248 (patch) | |
tree | aac1f9a3d0a008f4d4e2bf1f0a2360492ee66a47 | |
parent | c6f1c83b882ddc3c5a792ef41c54532a2dceb303 (diff) |
refactor
-rw-r--r-- | .config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 892a0a18..5677463b 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -121,6 +121,7 @@ nnoremap j gj nnoremap o o<Esc> nnoremap O O<Esc> +" maybe useful if use mapleader in the future: https://www.slant.co/topics/7423/~which-key-works-best-as-vim-leader " for searching command in manpages map <leader>- /^ *- |