diff options
author | Chris <[email protected]> | 2020-04-09 14:09:56 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-09 14:09:56 -0400 |
commit | de8b5598e795b55ed70458cc37e6d237241a8ff0 (patch) | |
tree | f2d11537b5638f35c0bc527708f679570b8a832d /modules/general.vim | |
parent | 374e3ab69621d03571c36e248ab311c0facffec9 (diff) |
updates and stuff
Diffstat (limited to 'modules/general.vim')
-rw-r--r-- | modules/general.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/general.vim b/modules/general.vim index 42f1e7a7..b7764572 100644 --- a/modules/general.vim +++ b/modules/general.vim @@ -57,6 +57,8 @@ inoremap <expr><TAB> pumvisible() ? "\<C-n>" : "\<TAB>" nnoremap <silent> <F1> :10split term://bash<CR> nnoremap <silent> <F2> :bdelete! term://*<return> +inoremap K <c-d> +nnoremap J <c-u> nnoremap <C-h> <C-w>h nnoremap <C-j> <C-w>j @@ -85,7 +87,7 @@ nnoremap <D-l> <C-w>l inoremap jk <Esc> inoremap kj <Esc> " This is how much I hate it -inoremap <esc> <nop> +"inoremap <esc> <nop> " Easy CAPS inoremap <c-u> <ESC>viwUi |