GVIM keyboard shortcuts


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting GVIM keyboard shortcuts
Prev   Next
# 1  
Old 07-04-2008
GVIM keyboard shortcuts

Hi all,
I am new to linux, can anybody send any link for "GVIM" keyboard shortcuts.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Problem getting vertical bar with British keyboard layout on US (physical) keyboard

Hi, I've got a bit of a ridiculous problem and wasn't sure where to post it. I need to use the vertical bar for piping in Bash but, as per the title, am using a UK layout on a US (physical) keyboard which doesn't have a key for it in the place I'd expect. I've tried using xbindkeys and Unicode... (7 Replies)
Discussion started by: crunchgargoyle
7 Replies

2. UNIX for Dummies Questions & Answers

How to change Firefox keyboard shortcuts

Hi board! Can anybody tell me how to configure the Keyboard shortcuts of Firefox? I know that there is an extension called keyconfig and I used it with Firefox 1.0 but I it wasn't updated since 2005 or something. I also had a closer look at about:config but didn't find anything. My Google... (7 Replies)
Discussion started by: schallstrom
7 Replies

3. UNIX for Dummies Questions & Answers

shortcuts

Hi, I'm new to this forum, but i'm getting to work on some unix and i like it a lot. I'm trying to figure out a way i can create a shortcut command for a long pathname for example, if i needed to access a file in a particular directory i would type "cd /sampledata/IFS/IFS_DEV/HDC/files/glitter".... (9 Replies)
Discussion started by: sd12
9 Replies
Login or Register to Ask a Question
XkbGetGeometry(3)						   XKB FUNCTIONS						 XkbGetGeometry(3)

NAME
XkbGetGeometry - Loads a keyboard geometry if you already have the keyboard description SYNOPSIS
Status XkbGetGeometry ( dpy, xkb ) Display * dpy; XkbDescPtr xkb; ARGUMENTS
- dpy connection to the X server - xkb keyboard description that contains the ID for the keyboard and into which the geometry should be loaded DESCRIPTION
You can load a keyboard geometry as part of the keyboard description returned by XkbGetKeyboard. However, if a keyboard description has been previously loaded, you can instead obtain the geometry by calling the XkbGetGeometry. In this case, the geometry returned is the one associated with the keyboard whose device ID is contained in the keyboard description. XkbGetGeometry can return BadValue, BadImplementation, BadName, BadAlloc, or BadLength errors or Success if it succeeds. DIAGNOSTICS
BadAlloc Unable to allocate storage BadImplementation Invalid reply from server BadLength The length of a request is shorter or longer than that required to minimally contain the arguments BadName A font or color of the specified name does not exist BadValue An argument is out of range SEE ALSO
XkbGetKeyboard(3) X Version 11 libX11 1.2.1 XkbGetGeometry(3)