Some Workman shit again
Anirudh Oppiliappan x@icyphox.sh
Mon, 21 Sep 2020 20:01:59 +0530
3 files changed,
5 insertions(+),
5 deletions(-)
M
config/fish/functions/workman.fish
→
config/fish/functions/workman.fish
@@ -1,6 +1,6 @@
-# Defined in /tmp/fish.KwcRqe/workman.fish @ line 2 +# Defined in /tmp/fish.pjZWGS/workman.fish @ line 2 function workman --wraps='setxkbmap us; xmodmap xmodmap/xmodmap.workman && xset r 66' --description 'alias workman=setxkbmap us; xmodmap xmodmap/xmodmap.workman && xset r 66' setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru -variant ',phonetic' -option 'compose:caps' - xmodmap ~/leet/xmodmap/xmodmap.workman && xset r 66 $argv; + xmodmap ~/leet/xmodmap/xmodmap.workman export KEYBOARD_LAYOUT="workman" end
M
home/.tmux.conf
→
home/.tmux.conf
@@ -21,8 +21,8 @@ bind -n M-y select-pane -L
bind -n M-o select-pane -R # window binds -bind -n C-y previous-window -bind -n C-o next-window +bind -n C-M-y previous-window +bind -n C-M-o next-window bind-key v split-window -h bind-key s choose-session bind-key ) swap-window -t +2
M
home/.vimrc
→
home/.vimrc
@@ -21,7 +21,7 @@ Plug 'Clavelito/indent-awk.vim'
Plug 'wellle/targets.vim' Plug 'tpope/vim-rsi' Plug 'zah/nim.vim' -Plug 'nicwest/vim-workman' +Plug 'icyphox/vim-workman', { 'branch': 'iceman' } call plug#end() " indentation