Skip to content

Commit

Permalink
Add disabled key mappings for tmux compatibility
Browse files Browse the repository at this point in the history
The key mappings

* Scroll down: Shift + Ctrl + Down
* Scroll up: Shift + Ctrl + Up

have been disabled for compatibility reasons with the tmux snowlbock (1).
It provides key mappings to resize panes via Ctrl + Shift + 🠨 🠩 🠪 🠫
which key press events are catched by the Tilix efault terminal scroll
key mappings.

GH-70
  • Loading branch information
arcticicestudio committed Nov 29, 2017
1 parent 5c12e6c commit 9cf7207
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions snowblocks/tilix/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* [dconf Configuration](#dconf-configuration)
* [Nord Color Scheme](#nord-color-scheme)
* [Key Mappings](#key-mappings)
* [tmux snowblock compatibility](#tmux-snowblock-compatibility)
* [References](#references)

# dconf Configuration
Expand All @@ -20,6 +22,17 @@ dconf dump /com/gexperts/Tilix/ > tilix.dconf

The [Nord Tilix][nord-tilix-gh] color scheme, included in the current [`tilix.dconf` dconf dump](##dconf-configuration), is installed through the AUR [`nord-tilix`][nord-tilix-aur] package version `0.3.0-2`.

# Key Mappings

## tmux snowblock compatibility

The key mappings

* *Scroll down* <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>Down</kbd>
* *Scroll up* <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>Up</kbd>

have been disabled for compatibility reasons with the [tmux snowlbock][gh-sb-tmux]. It provides key mappings to resize panes via <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠨</kbd><kbd>🠩</kbd><kbd>🠪</kbd><kbd>🠫</kbd> which key press events are catched by the Tilix efault terminal scroll key mappings.

# References

* [Official Tilix Website][tilix]
Expand All @@ -31,3 +44,4 @@ The [Nord Tilix][nord-tilix-gh] color scheme, included in the current [`tilix.dc
[nord-tilix-gh]: https://github.com/arcticicestudio/nord-tilix
[tilix]: https://gnunn1.github.io/tilix-web
[tilix-gh]: https://github.com/gnunn1/tilix
[gh-sb-tmux]: https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/tmux
2 changes: 2 additions & 0 deletions snowblocks/tilix/tilix.dconf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ quake-width-percent=66
[keybindings]
session-synchronize-input='<Primary><Shift>s'
session-save='disabled'
terminal-scroll-down='disabled'
terminal-scroll-up='disabled'

[profiles]
list=['2b7c4080-0ddd-46c5-8f23-563fd3ba789d']
Expand Down

0 comments on commit 9cf7207

Please sign in to comment.