Skip to content

Commit

Permalink
Updating vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
DMcP89 committed Mar 26, 2024
1 parent 0e08419 commit dc8d012
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Plugin 'ap/vim-buftabline'
Plugin 'pylint.vim'
Plugin 'tpope/vim-fugitive'
Plugin 'fatih/vim-go'
Plugin 'tom-doerr/vim_codex'

Bundle 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'}

Expand Down Expand Up @@ -129,3 +130,10 @@ inoremap <expr> <C-n> pumvisible() ? '<C-n>' :
\ '<C-n><C-r>=pumvisible() ? "\<lt>Down>" : ""<CR>'
inoremap <expr> <M-,> pumvisible() ? '<C-n>' :
\ '<C-x><C-o><C-n><C-p><C-r>=pumvisible() ? "\<lt>Down>" : ""<CR>'

" disable arrow keys
noremap <Up> <Nop>
noremap <Down> <Nop>
noremap <Left> <Nop>
noremap <Right> <Nop>

0 comments on commit dc8d012

Please sign in to comment.