This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Insert your preferred key mappings here. | |
| map h goBack | |
| map l goForward | |
| map H previousTab | |
| map L nextTab | |
| map i LinkHints.activateMode | |
| map I LinkHints.activateModeToOpenInNewTab | |
| map <c-f> scrollFullPageDown | |
| map <c-b> scrollFullPageUp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # 一般設定 | |
| # | |
| # 設定ファイルをリロードする | |
| bind r source-file ~/.tmux.conf \; display "Reloaded!" | |
| # prefixキーをC-aに変更する | |
| set -g prefix C-a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ja"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Document</title> | |
| <style> | |
| .pre, .pre-line { | |
| background-color: #99cc00; | |
| } | |
| .pre { |