+
+### Uncomment to attempt workaround layout issues when running in
+### full screen mode.
+# use-fullscreen-workaround = true
+
+###############
+# Cursor
+###############
+
+### Cursor blink rate. Values 0, 100 - 2000.
+# terminal-cursor-blink-rate = 0
+
+### Cursor style: block, bar, underline.
+# terminal-cursor-style = block
+
+###############
+# Extra keys
+###############
+
+### Settings for choosing which set of symbols to use for illustrating keys.
+### Choose between default, arrows-only, arrows-all, all and none
+# extra-keys-style = default
+
+### Force capitalize all text in extra keys row button labels.
+# extra-keys-text-all-caps = true
+
+### Default extra-key configuration
+# extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
+extra-keys = [[ESC, TAB, CTRL, ALT, '/', '~']]
+
+### Two rows with more keys
+# extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \
+# ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
+
+### Configuration with additional popup keys (swipe up from an extra key)
+# extra-keys = [[ \
+# {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \
+# {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \
+# {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \
+# {key: TAB, popup: {macro: "ALT a", display: A-a}}, \
+# {key: LEFT, popup: HOME}, \
+# {key: DOWN, popup: PGDN}, \
+# {key: UP, popup: PGUP}, \
+# {key: RIGHT, popup: END}, \
+# {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \
+# {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \
+# ]]
+
+### Another configuration with advanced popup key usage designed for more
+### specific use-cases. In this case, it is designed for working with Vim-like
+### editors for faster navigation
+#extra-keys = [ \
+# [ \
+# { key: ESC, popup: { macro: ":q\n", display: "QuickExit" } }, \
+# { key: '/', popup: '\\\\' }, \
+# { key: '-', popup: '_' }, \
+# { key: HOME, popup: { macro: "CTRL HOME", display: "Top" } }, \
+# { key: UP, popup: { macro: "CTRL UP", display: "UP" } }, \
+# { key: END, popup: { macro: "CTRL END", display: "End" } }, \
+# { key: ":", popup: ";" }, \
+# { key: "(", popup: "{" } \
+# ], \
+# [ \
+# { key: TAB, popup: { macro: ":wq\n", display: "Write And Exit" } }, \
+# { key: CTRL, popup: { macro: ":w\n", display: "Write" } }, \
+# ALT, \
+# { key: LEFT, popup: { macro: "CTRL LEFT", display: "Left" } }, \
+# { key: DOWN, popup: { macro: "CTRL DOWN", display: "Bottom" } }, \
+# { key: RIGHT, popup: { macro: "CTRL RIGHT", display: "Right" } }, \
+# { key: "#", popup: "$" }, \
+# { key: ")", popup: "}" } \
+# ] \
+#]
+
+###############
+# Colors/themes
+###############
+
+### Force black colors for drawer and dialogs
+# use-black-ui = true
+
+###############
+# HW keyboard shortcuts
+###############
+
+### Disable hardware keyboard shortcuts.
+# disable-hardware-keyboard-shortcuts = true
+
+### Open a new terminal with ctrl + t (volume down + t)
+# shortcut.create-session = ctrl + t
+
+### Go one session down with (for example) ctrl + 2
+# shortcut.next-session = ctrl + 2
+
+### Go one session up with (for example) ctrl + 1
+# shortcut.previous-session = ctrl + 1
+
+### Rename a session with (for example) ctrl + n
+# shortcut.rename-session = ctrl + n
+
+###############
+# Bell key
+###############
+
+### Vibrate device (default).
+# bell-character = vibrate
+
+### Beep with a sound.
+# bell-character = beep
+
+### Ignore bell character.
+# bell-character = ignore
+
+###############
+# Back key
+###############
+
+### Send the Escape key.
+# back-key=escape
+
+### Hide keyboard or leave app (default).
+# back-key=back
+
+###############
+# Keyboard issue workarounds
+###############
+
+### Letters might not appear until enter is pressed on Samsung devices
+# enforce-char-based-input = true
+
+### ctrl+space (for marking text in emacs) does not work on some devices
+# ctrl-space-workaround = true