mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
manage git with chezmoi
This commit is contained in:
parent
e3a0205724
commit
52b70819bf
19 changed files with 204 additions and 104 deletions
|
|
@ -20,30 +20,17 @@ source ~/.local/share/intellimacs/which-key.vim
|
|||
let mapleader = " " " set <leader> to <space>
|
||||
|
||||
""" Colemak """
|
||||
noremap n j
|
||||
noremap e k
|
||||
noremap i l
|
||||
|
||||
" Similar position to i
|
||||
noremap l i
|
||||
noremap L I
|
||||
" ne[k]st
|
||||
noremap k n
|
||||
noremap K N
|
||||
" [j]ump
|
||||
noremap j e
|
||||
noremap J E
|
||||
|
||||
nnoremap H :bp<CR>
|
||||
nnoremap I :bn<CR>
|
||||
noremap N 5j
|
||||
noremap E 5k
|
||||
nnoremap L :bn<CR>
|
||||
noremap J 5j
|
||||
noremap K 5k
|
||||
vnoremap H ^
|
||||
xnoremap H ^
|
||||
onoremap H ^
|
||||
vnoremap I $
|
||||
xnoremap I $
|
||||
onoremap I $
|
||||
vnoremap L $
|
||||
xnoremap L $
|
||||
onoremap L $
|
||||
|
||||
|
||||
|
||||
|
|
@ -221,9 +208,9 @@ nnoremap <leader>W :write<CR>
|
|||
nnoremap <leader>wh :action PrevSplitter<CR>
|
||||
nnoremap <leader>wi :action NextSplitter<CR>
|
||||
nnoremap <leader>wH :action SplitHorizontally<CR>
|
||||
nnoremap <leader>wI :action SplitHorizontally<CR>
|
||||
nnoremap <leader>wN :action SplitVertically<CR>
|
||||
nnoremap <leader>wE :action SplitVertically<CR>
|
||||
nnoremap <leader>wL :action SplitHorizontally<CR>
|
||||
nnoremap <leader>wJ :action SplitVertically<CR>
|
||||
nnoremap <leader>wK :action SplitVertically<CR>
|
||||
nnoremap <leader>w- :action SplitHorizontally<CR>
|
||||
nnoremap <leader>w| :action SplitVertically<CR>
|
||||
nnoremap <leader>w\ :action SplitVertically<CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue