Skip to content

Commit

Permalink
add sc-im config
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed Nov 24, 2022
1 parent b3cfe62 commit d7916d0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
!/qutebrowser/**
!/redshift/**
!/rofi/**
!/sc-im/**
!/sxhkd/**
!/tmux/**
!/yay/**
Expand Down
26 changes: 26 additions & 0 deletions .config/sc-im/scimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# _
# __________ (_)___ ___
# / ___/ ___/____ / / __ `__ \
# (__ ) /__ /___// / / / / / /
# /____/\___/ /_/_/ /_/ /_/
# sc-im runtime config file.

# go to last cell (kakoune/helix style)
nnoremap "ge" "G"

# go to first / last row ↕
nnoremap "gk" "^"
nnoremap "gj" "#"

# go to first / last column ↔
nnoremap "gh" "0"
nnoremap "gl" "$"

# go to top / center / bottom row on screen
nnoremap "gt" "H"
nnoremap "gc" "M"
nnoremap "gb" "L"

# go to last occupied cell
nnoremap "g." "gl"

0 comments on commit d7916d0

Please sign in to comment.