タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

tmuxに関するnakimuraのブックマーク (2)

  • tmux Copy & Paste on OS X: A Better Future

    tmux recently updated to version 1.8, and with the update came a new command that greatly simplifies integrating with the OS X clipboard. With prior versions of tmux, there wasn’t a straightforward method for getting text copied in tmux to the OS X clipboard. In How to Copy and Paste with tmux on Mac OS X we shared the best solution available at the time, but it required a handful of other configu

    tmux Copy & Paste on OS X: A Better Future
    nakimura
    nakimura 2013/09/01
    1.8からクリップボードに直コピー可能になった
  • TokuLog 改めB日記

    HTML の pre を折り返したい HTML の pre 要素を利用して表示させているときに、通常は長い行があっても折り返されない。 折り返したい場合は以下のようにする。 .wrap { white-space: pre-wrap; word-wrap: break-word; } gradle の detekt と detektMain の違い ./gradlew detekt では一件も検出されないが、detektMain だと検出されまくるという時がある。 一般的な checkstyle などのプラグインではcheckstyleMain は checkstyle をメインソースセットに対してだけ実行するという意味なので、checkstyleMain と checkstyleTest を足したものにだいたい等しいのだが、detekt の場合は違う。 detektMain/detekt

  • 1