diff --git a/miscellany/miscellany.zsh b/miscellany/miscellany.zsh new file mode 100644 index 0000000..9da1683 --- /dev/null +++ b/miscellany/miscellany.zsh @@ -0,0 +1,9 @@ +#################### MISCELLANY ##################### + +######### Some games to play when the going gets tough + +##### QSNAKE game from utility-git-source + + +PATH="/home/kumaran/utiliy-git-source/quick-snake/:$PATH" +alias snake='qsnake' diff --git a/system/aliases.zsh b/system/aliases.zsh index fd6860a..e8f262a 100644 --- a/system/aliases.zsh +++ b/system/aliases.zsh @@ -28,3 +28,4 @@ alias gut='git' #### Navigate to dotfiles repo alias dot='cd $DOTDIR' + diff --git a/tmux/bindings.conf b/tmux/bindings.conf index 6ef3fe2..c47e0e2 100644 --- a/tmux/bindings.conf +++ b/tmux/bindings.conf @@ -66,13 +66,13 @@ bind-key -T root WheelDownPane \ # Use vim keybindings in copy mode setw -g mode-keys vi -#bind-key -T edit-mode-vi Up send-keys -X history-up -#bind-key -T edit-mode-vi Down send-keys -X history-down -#unbind-key -T copy-mode-vi Space ; bind-key -T copy-mode-vi v send-keys -X begin-selection -#unbind-key -T copy-mode-vi Enter ; bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -selection c" -##unbind-key -T copy-mode-vi C-v ; bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle -#unbind-key -T copy-mode-vi [ ; bind-key -T copy-mode-vi [ send-keys -X begin-selection -#unbind-key -T copy-mode-vi ] ; bind-key -T copy-mode-vi ] send-keys -X copy-selection +bind-key -T edit-mode-vi Up send-keys -X history-up +bind-key -T edit-mode-vi Down send-keys -X history-down +unbind-key -T copy-mode-vi Space ; bind-key -T copy-mode-vi v send-keys -X begin-selection +unbind-key -T copy-mode-vi Enter ; bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -selection c" +unbind-key -T copy-mode-vi C-v ; bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle +unbind-key -T copy-mode-vi [ ; bind-key -T copy-mode-vi [ send-keys -X begin-selection +unbind-key -T copy-mode-vi ] ; bind-key -T copy-mode-vi ] send-keys -X copy-selection ############################################# ####### bind copymode to prefix + k ##########