Browse Source

noop to ex mode

master
Juni Kim 2 years ago
parent
commit
74d9374544
  1. 4
      lsp.vimrc
  2. 4
      minimal.vimrc
  3. 4
      noplug.vimrc

4
lsp.vimrc

@ -170,6 +170,10 @@ nnoremap <leader>n :wnext<CR>
nnoremap <C-n> :20Lexplore<CR>
nnoremap <leader>pv :Explore<CR>
" disable ex mode
map q: <Nop>
nnoremap Q <nop>
" Plugin options must go at the bottom of the file.
" install plugins

4
minimal.vimrc

@ -152,6 +152,10 @@ nnoremap <leader>n :wnext<CR>
nnoremap <C-n> :20Lexplore<CR>
nnoremap <leader>pv :Explore<CR>
" disable ex mode
map q: <Nop>
nnoremap Q <nop>
" Plugin options must go at the bottom of the file.
" install plugins

4
noplug.vimrc

@ -83,6 +83,10 @@ nnoremap <leader>e :! %:p<CR>
nnoremap <C-n> :Lexplore<CR>
nnoremap <leader>pv :Explore<CR>
" ex mode
map q: <Nop>
nnoremap Q <nop>
set termguicolors
let g:seoul256_background = 233

Loading…
Cancel
Save