mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Merge branch 'master' into reorg
This commit is contained in:
commit
f30ba8a02e
24 changed files with 1002 additions and 45 deletions
|
|
@ -8,6 +8,7 @@
|
|||
[core]
|
||||
editor = nvim
|
||||
pager = delta
|
||||
autocrlf = input
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
[delta]
|
||||
|
|
|
|||
|
|
@ -5,9 +5,8 @@
|
|||
let mapleader = " " " set <leader> to <space>
|
||||
|
||||
""" Colemak """
|
||||
" Word wrap
|
||||
noremap n gj
|
||||
noremap e gk
|
||||
noremap n j
|
||||
noremap e k
|
||||
noremap i l
|
||||
|
||||
" Similar position to i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue