summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Rig up terminal keybinding groupDrew DeVault2019-03-211-0/+1
* Add context-specific keybindingsDrew DeVault2019-03-213-12/+114
* Add additional context to key binding setDrew DeVault2019-03-211-4/+14
* Handle terminal title, login shellDrew DeVault2019-03-171-1/+1
* Implement :next-tab, :prev-tabDrew DeVault2019-03-171-6/+6
* Fix special key bindings (e.g. <C-d>)Drew DeVault2019-03-151-1/+6
* Implement default in accounts.confDrew DeVault2019-03-151-4/+7
* Remove extra debug log statementDrew DeVault2019-03-151-1/+0
* Implement sidebar-width config optionDrew DeVault2019-03-151-7/+10
* Rename :cd -> :cf, add :cdDrew DeVault2019-03-151-1/+1
* Rig up key bindingsDrew DeVault2019-03-152-172/+170
* Implement key bindings subsystemDrew DeVault2019-03-154-33/+391
* Misc idiomatic fixesemersion2018-01-101-15/+9
* Parse account configurationDrew DeVault2018-01-091-0/+45
* Initial pass on worker/UI message passingDrew DeVault2018-01-091-5/+4
* Load UI configurationDrew DeVault2018-01-093-0/+281
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262