summaryrefslogtreecommitdiffstats
path: root/install
AgeCommit message (Expand)Author
2014-03-14Update README and installJunegunn Choi
2014-03-14Update README and install scriptJunegunn Choi
2014-03-13Add ALT-C keybinding for bashJunegunn Choi
2014-03-13Install curses gem in user's home directoryJunegunn Choi
2014-03-04Fix #22. Keybindings for vi-mode bash.Junegunn Choi
2014-02-26Use `fc` instead of `history` to avoid omz aliasChristian Wellenbrock
2014-02-26Unalias history on zsh (related #19)Junegunn Choi
2014-02-25Feed all zsh history into fzf (not only most recent)Christian Wellenbrock
2014-02-15Do not set key bindings in non-interactive shellJunegunn Choi
2014-02-13CTRL-R for bash: Unset $HISTTIMEFORMATJunegunn Choi
2014-02-07Change CTRL-T binding to include directoriesJunegunn Choi
2014-02-02Install curses 1.0.0Junegunn Choi
2014-01-29Make install script prefer system rubyJunegunn Choi
2014-01-14Update READMEJunegunn Choi
2013-12-26Fix typo in install scriptJunegunn Choi
2013-12-26Should not `--disable-gems` when curses gem is used (#14)Junegunn Choi
2013-12-26Install curses gem when not found (#14)Junegunn Choi
2013-12-22Make install script to add key bindings as wellJunegunn Choi
2013-11-29A minor update to install scriptJunegunn Choi
2013-11-26grep -FJunegunn Choi
2013-11-26Fix install script (use export-able function instead of alias)Junegunn Choi
2013-11-20Fix install script (source ~/.xxxrc has no effect)Junegunn Choi
2013-11-20Reload .bashrc/.zshrc after installationJunegunn Choi
2013-11-20Implement bash auto-completion with fzfJunegunn Choi
2013-10-24Initial commitJunegunn Choi
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 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382