start using ergodox in nvim
This commit is contained in:
parent
f81c279b7e
commit
8e436aa855
@ -31,12 +31,6 @@ set listchars=tab:·\ ,trail:·
|
|||||||
" display tabs with a leading \cdot
|
" display tabs with a leading \cdot
|
||||||
" trailing whitespace looks like \cdot
|
" trailing whitespace looks like \cdot
|
||||||
|
|
||||||
" Movement keys
|
|
||||||
nnoremap <Up> <NOP>
|
|
||||||
nnoremap <Down> <NOP>
|
|
||||||
nnoremap <Left> <NOP>
|
|
||||||
nnoremap <Right> <NOP>
|
|
||||||
|
|
||||||
" Not too much folding
|
" Not too much folding
|
||||||
set foldlevelstart=3
|
set foldlevelstart=3
|
||||||
|
|
||||||
|
1614
ergodox/nyctea_colmak_3_qnlyag.hex
Normal file
1614
ergodox/nyctea_colmak_3_qnlyag.hex
Normal file
File diff suppressed because it is too large
Load Diff
2
local/bin/ergodox
Executable file
2
local/bin/ergodox
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
teensy_loader_cli -mmcu=atmega32u4 -w -v $1
|
Loading…
Reference in New Issue
Block a user