diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..3d0ab16 --- /dev/null +++ b/Readme.md @@ -0,0 +1,53 @@ +dotFiles +======== + +My dot files +## This includes +* My openbox configuration files + * my favorite keyboard-mappings + + : Launch kupfer (A program used to launch applications ) + : Launch terminal + : Move to workspaces + : Move to workspaces with current window + : Tile windows as like Numpad's keys + : Show shut-sown dialog + : Show gnome-system-monitor + +* My SpaceFm configuration files (It's a Highly configurable file manager ) + * favorite keyboard-mappings + + : Open terminal in cwd (In-built) + : Open git-gui in cwd + : Open gvim in cwd + : Extract archive to cwd using file-roller + : select file patern + : show in-built file search dialog + : paste link + : switch to icon-view + : switch to details-list-view + : switch tabs + +* My gvimrc + * keyboard-mappings + + : Switch tabs + es : edit ~/.vimrc in new tab + en : edit current files snippets files in new tab + : Previous tab + : Next tab + : Move to previous tab position + : Move to next tab position + : Move current window to previous tab position (With v-split) + : Move current window to next tab position (With v-split) + : Move cursor to corresponding windows + sl : Session List + sc : Session List + +* My .profile file wich includes ~/.local/bin to PATH + +* mygeany script which opens `/path/to/file:37:` like format and put cursor on corresponding line number +* myvim script does the same for gvim +* update-npm-binaries script scan ~/node_modules and create links to binary tools to ~/.local/bin + +