some vim tweaks to highlight the current line
In Windows on WSL with a bigger monitor I kept losing track of where my cursor was when I had multiple files open, so this makes it a little bit more clear where I'm currently editing when I switch windows in a multi-window setup.master
parent
244238c10f
commit
1261a73e73
@ -0,0 +1,12 @@
|
|||||||
|
logs:
|
||||||
|
timestamps: no
|
||||||
|
|
||||||
|
gui:
|
||||||
|
returnImmediately: yes
|
||||||
|
|
||||||
|
customCommands:
|
||||||
|
containers:
|
||||||
|
- name: scylla shell
|
||||||
|
attach: true
|
||||||
|
command: 'docker exec -it {{ .Container.ID }} cqlsh'
|
||||||
|
serviceNames: []
|
@ -0,0 +1,4 @@
|
|||||||
|
set shiftwidth=2
|
||||||
|
set tabstop=2
|
||||||
|
set expandtab
|
||||||
|
set list
|
Loading…
Reference in New Issue