Mike Rapadas

Results 4 comments of Mike Rapadas

Main reason for floor numbers on the right side: much closer to the elevators which are in constant flux. It makes tracking/comparing elevators with the floor's arrow indicators much easier....

Another idea is to shorten the waiting area width so that users don't wait on top of the floor number. The only time they'd cover it is when they pass...

I was able to do call multiple commands in a code block. ``` closeAllOtherTabs() -> {{ Mappings.actions.closeTabsToRight() Mappings.actions.closeTabsToLeft() }} map co :call closeAllOtherTabs ``` Warning: I don't think this approach...

The documentation for using `set localconfig` is a bit hidden in `:help`. But here's how to do it. 1. Add `let configpath = '/path/to/your/.cvimrc'` and `set localconfig` to your local...