diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-10 07:30:16 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-10 07:30:16 +0000 |
commit | 118106cf745167db7e17654e0402721939631be7 (patch) | |
tree | 72927b53141eabee87a0160420f720b49a744076 /baseline | |
parent | update (diff) | |
download | scripts-118106cf745167db7e17654e0402721939631be7.tar.gz scripts-118106cf745167db7e17654e0402721939631be7.zip |
update
Diffstat (limited to 'baseline')
-rw-r--r-- | baseline/.vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/baseline/.vimrc b/baseline/.vimrc index aa63429..29f5659 100644 --- a/baseline/.vimrc +++ b/baseline/.vimrc @@ -101,6 +101,12 @@ set pastetoggle=<F11> nnoremap <leader>cd :cd %:p:h<cr> nmap ]c :cn<CR> nmap [c :cp<CR> +cnoremap <C-a> <Home> +cnoremap <C-e> <End> +nnoremap k gk +nnoremap gk k +nnoremap j gj +nnoremap gj j function! GetBufferList() redir =>buflist |