diff options
| author | listout <listout@protonmail.com> | 2022-08-24 19:45:39 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2022-09-01 10:56:42 +0000 |
| commit | b2da05f4e3072f24c52eb14376c1f32cb19e6932 (patch) | |
| tree | 18a9c0388d8d1a7e9af1f21d7c55ef1e13f7d019 /configs/keys.vim | |
| parent | dd31843246ccdf9783f1b54d79b5e1ee22596399 (diff) | |
| download | nvim-b2da05f4e3072f24c52eb14376c1f32cb19e6932.tar.gz | |
remove old configs
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '')
| -rw-r--r-- | configs/keys.vim | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configs/keys.vim b/configs/keys.vim deleted file mode 100644 index ab97a6e..0000000 --- a/configs/keys.vim +++ /dev/null @@ -1,17 +0,0 @@ -noremap <Up> <Nop> -noremap <Down> <Nop> -noremap <Left> <Nop> -noremap <Right> <Nop> - -inoremap <expr> <c-j> ("\<C-n>") -inoremap <expr> <c-k> ("\<C-p>") - -nnoremap <M-j> :resize -2<CR> -nnoremap <M-k> :resize +2<CR> -nnoremap <M-l> :vertical resize -2<CR> -nnoremap <M-h> :vertical resize +2<CR> - -tnoremap <C-w> <C-\><C-n><C-w> - -nnoremap <Leader>b :Buffers<CR> -nnoremap <Leader>n :Files<CR> |
