Compare commits
No commits in common. "07cf0fa4daff74e9d3d9916da4c4056c6f1b7c7f" and "4055ef17f035b5cbd0dd47cbd308d1307d336c77" have entirely different histories.
07cf0fa4da
...
4055ef17f0
2 changed files with 1 additions and 13 deletions
|
|
@ -157,9 +157,7 @@ in
|
|||
keybindings = lib.my.recursiveMerge [
|
||||
{
|
||||
# The basics
|
||||
"${modifier}+Return" = "exec ${terminal} ${
|
||||
lib.optionalString config.my.home.tmux.enable "-e tmux new-session"
|
||||
}";
|
||||
"${modifier}+Return" = "exec ${terminal}";
|
||||
"${modifier}+Shift+Return" = "exec env TMUX=nil ${terminal}";
|
||||
"${modifier}+Shift+q" = "kill";
|
||||
"${modifier}+f" = "fullscreen toggle";
|
||||
|
|
|
|||
|
|
@ -46,16 +46,6 @@ in
|
|||
# Modal editing is life, but CLI benefits from emacs gymnastics
|
||||
defaultKeymap = "emacs";
|
||||
|
||||
# Make those happen early to avoid doing double the work
|
||||
initExtraFirst =
|
||||
lib.optionalString config.my.home.tmux.enable ''
|
||||
# Launch tmux unless already inside one
|
||||
if [ -z "$TMUX" ]; then
|
||||
exec tmux new-session
|
||||
fi
|
||||
''
|
||||
;
|
||||
|
||||
initExtra = lib.concatMapStrings builtins.readFile [
|
||||
./completion-styles.zsh
|
||||
./extra-mappings.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue