all repos — dotfiles @ 0584c3454d452012f3ce6951c520e27389828ad2

my *nix dotfiles

Some Workman shit again
Anirudh Oppiliappan x@icyphox.sh
Mon, 21 Sep 2020 20:01:59 +0530
commit

0584c3454d452012f3ce6951c520e27389828ad2

parent

1b969b3330c792ebf6dff9f0393f90f6bd50a1d7

3 files changed, 5 insertions(+), 5 deletions(-)

jump to
M config/fish/functions/workman.fishconfig/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.confhome/.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/.vimrchome/.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